Titre catégorie en fieldset

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Titre catégorie en fieldset

Message par Wiky Jeu 15 Déc 2011 - 14:35


    Bonjour, voici le petit soucis que j'ai rencontré :
      Quel(le) est votre question/votre problème ? J'aimerais que le titre de la catégorie soit à cheval sur le cadre, et non pas en dessous.
      Adresse du forum et/ou une capture d'écran du résultat que vous obtenez s'il s'agit d'un problème :
      Spoiler:
      Renseignements/Explications supplémentaires : J'ai bien entendu mis en fieldset et je sais que ça marche puisque le cadre est coupé à l'endroit où devrait être le titre. Ce que je ne comprend pas c'est pourquoi le titre ne "monte" pas à l'endroit qui lui est réservé.

      Je met le templates en hide et spoiler Wink



    Merci d'avance !


Dernière édition par Wiky le Lun 19 Déc 2011 - 22:24, édité 1 fois
Wiky

Wiky
***

Masculin
Messages : 188
Inscrit(e) le : 08/09/2007

http://greffiers.forumactif.org
Wiky a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Titre catégorie en fieldset

Message par Invité Lun 19 Déc 2011 - 16:02

Bonjour,

Comme ceci?
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
  <tr>
      <td valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall">{LAST_VISIT_DATE}<br />
        {CURRENT_TIME}<br />
        </span>
        <!-- END switch_user_logged_in -->
        <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
        <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
        <!-- END switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
  </tr>
</table>
<br />
  <!-- BEGIN catrow --><!-- BEGIN tablehead -->
  <FIELDSET style="border:#131313 3px solid; -moz-border-radius: 8px; -webkit-border-radius: 8px; background-image: url('http://i44.tinypic.com/21b27ma.png'); -webkit-box-shadow:1px 1px 12px #0e0e0e; -moz-box-shadow:1px 1px 12px #0e0e0e;"><LEGEND><span class="cattitle"><span class="titrecategorie"> {catrow.tablehead.L_FORUM} </span></span></LEGEND>
  <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <!-- END tablehead -->
  <!-- BEGIN cathead -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
        <h{catrow.cathead.LEVEL} class="hierarchy">
            <span class="cattitle">
              <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
            </span>
        </h{catrow.cathead.LEVEL}>
      </td>
      <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
  </tr>
      <!-- END cathead -->
  <!-- BEGIN forumrow -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
        <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
            </span>
        </h{catrow.forumrow.LEVEL}>
 
<FIELDSET style="border:#131313 3px solid; -moz-border-radius: 8px; -webkit-border-radius: 8px; background-image: url('http://i44.tinypic.com/21b27ma.png'); -webkit-box-shadow:1px 1px 12px #0e0e0e; -moz-box-shadow:1px 1px 12px #0e0e0e;">
        <LEGEND style="color:#5B120C;">
                          <table width="100%" ;><tr><td><div class="fondcat"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a> </div></td></tr><tr><td align="right"><div class="liensinf"> <span class="gensmall">  {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span></div></td></tr></table>
            </LEGEND><table width="100%" ;><tr><td><span class="icones"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
          <a class="vignettes"></a></span></td><td><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td></tr></table></FIELDSET><div class="sous" style="font-size: 11px; text-align: right; margin-right: 2px; margin-top: 1px;"><span class="gensmall"><span class="infodes"><b>Sujets :</b> {catrow.forumrow.TOPICS} | <b>Messages :</b> {catrow.forumrow.POSTS} | <b>Dernier :</b> {catrow.forumrow.LAST_POST}</span></span></div>
      <span class="gensmall">
        </span>
</td>
      <!-- BEGIN forum_link_no -->
<!-- END forum_link_no -->
      <!-- BEGIN forum_link -->
      <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
      <!-- END forum_link -->
  </tr>
  <!-- END forumrow -->
  <!-- BEGIN catfoot -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
  </tr>
<!-- END catfoot -->
  <!-- BEGIN tablefoot -->
<img src="{SPACER}" alt="" height="5" width="1" /></table></FIELDSET><!-- END tablefoot --><!-- END catrow -->

Cordialement.
Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Titre catégorie en fieldset

Message par Wiky Lun 19 Déc 2011 - 22:22

Exactement comme ça !
Merci beaucoup cheers
Wiky

Wiky
***

Masculin
Messages : 188
Inscrit(e) le : 08/09/2007

http://greffiers.forumactif.org
Wiky a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum