Catégorie sous forme d'onglet  Bouton_activeCatégorie sous forme d'onglet  Bouton_hoverCatégorie sous forme d'onglet  Fb-hoverCatégorie sous forme d'onglet  Fb-active
CSSActif, le forum, n'est plus maintenu. Il est néanmoins disponible pour consultation. Pour des outils pratiques, rendez-vous sur:

Découvrez CSSActif, une collection d'outils et de tutoriels interactifs pour les développeurs Web — HTML, CSS, JavaScript et bien plus!

Derniers sujets
» Système d'onglets simple et personnalisable
Catégorie sous forme d'onglet  EmptyLun 03 Juin 2024, 17:20 par birds

» Fiche de Présentation RPG
Catégorie sous forme d'onglet  EmptySam 30 Mar 2024, 22:07 par Peyton972

» [RPG] Fiche personnage avec bannière
Catégorie sous forme d'onglet  EmptySam 30 Mar 2024, 22:06 par Peyton972

» Structure de Qui Est En Ligne (1)
Catégorie sous forme d'onglet  EmptyLun 04 Mar 2024, 23:20 par Peyton972

» Qui Est En Ligne - Utopia
Catégorie sous forme d'onglet  EmptyDim 24 Déc 2023, 18:16 par romee

» Pack forum complet "Androïd Sylver" RPU (N°2)
Catégorie sous forme d'onglet  EmptyJeu 02 Nov 2023, 06:42 par Hydrar

» Formulaire de connexion rapide amélioré
Catégorie sous forme d'onglet  EmptySam 04 Mar 2023, 18:57 par Krager

» Avatar centré dans le profil
Catégorie sous forme d'onglet  EmptySam 11 Fév 2023, 06:04 par Krager

Le deal à ne pas rater :
Carte Fnac+ Jackpot avec 30€ offerts sur le compte fidélité
19.99 €
Voir le deal

Partagez
 

Catégorie sous forme d'onglet

Voir le sujet précédent Voir le sujet suivant Aller en bas 
http://www.yellow-tricycle.com/
Vintage Phonic
Vintage Phonic
{ Membre }
{ Membre }

Féminin Messages : 50



Catégorie sous forme d'onglet  Empty
Bonjour/bonsoir ^^

Alors voilà, j'ai un petit problème avec mon forum test, j'ai installé mes catégories pour qu'elles forment des onglets. Jusque là tout vas bien, mais le problème, c'est que les colonnes (icônes, description du forum, nombre de posts, nombre de mess, dernier mess) sont totalement déformées.

http://elysion-forumtest.forumgratuit.org/

Spoiler:

Je pense que ça vient de mon templates index_box, mais je ne suis pas sure:

Code:
<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}

{CURRENT_TIME}

</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>

<a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>

<!-- END switch_user_logged_in -->
<a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
</td>
</tr>
</table>

<!-- DEBUT MODIF ONGLETS -->

<script type="text/javascript">
<!--

var i = 0;

document.write('<div align="center">
<ul class="onglet">

 
<li onMouseOver="change_cat(0);" class="onglet_actif" id="cat_0">Forum 1</li>
<li onMouseOver="change_cat(1);" class="onglet_nactif" id="cat_1">Forum 2</li>
<li onMouseOver="change_cat(2);" class="onglet_nactif" id="cat_2">Forum 3</li>



</ul>
</div>
');

var compteur_cat = 0;

var anc_cat = 0;

var nom_cat = new Array('0','1','2');

 
function change_cat(numero)
{
 document.getElementById(nom_cat[anc_cat]).style.display = 'none';
 document.getElementById(nom_cat[numero]).style.display = 'block';
 document.getElementById('cat_'+nom_cat[anc_cat]).className = 'onglet_nactif';
 document.getElementById('cat_'+nom_cat[numero]).className ='onglet_actif';
 anc_cat = numero;
}

function capture_cat()
{
if(nom_cat[compteur_cat] == nom_cat[0])
{document.write('<table class="forumline" id="' + nom_cat[compteur_cat] + '" >');
}
else{
 document.write('<table class="forumline" id="' + nom_cat[compteur_cat] + '" style="display:none;">');
}
compteur_cat++;
}

//-->
</script>
<!-- BEGIN catrow --><!-- BEGIN tablehead -->

<script type="text/javascript">
<!--
capture_cat();
//-->
</script>   

<!-- FIN MODIF ONGLETS -->

<tr>
<th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="500px" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
<th nowrap="nowrap" width="50px">{L_POSTS}</th>
<th nowrap="nowrap" width="150px"><div style="width:150px;">{L_LASTPOST}</div></th>
</tr>
<!-- 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="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</td>
<td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
<h{catrow.forumrow.LEVEL} class="hierarchy">
<span class="forumlink">
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>

</span>
</h{catrow.forumrow.LEVEL}>
<span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
<span class="gensmall">
<!-- BEGIN switch_moderators_links -->
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
</span>
</td>
<!-- BEGIN forum_link_no -->
</td>
<td class="row2" align="center" valign="middle" height="50">
<span class="gensmall">{catrow.forumrow.POSTS}</span>
</td>
<td class="row3 over" align="center" valign="middle" height="50">
<span class="gensmall">{catrow.forumrow.LAST_POST}</span>
</td>
<!-- 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" /><!-- END tablefoot --><!-- END catrow -->

Merci d'avance à ceux qui pourront m'aider


Dernière édition par WannaDance le Ven 17 Déc 2010, 14:51, édité 2 fois
MessageSujet: Catégorie sous forme d'onglet    Catégorie sous forme d'onglet  EmptyDim 12 Déc 2010, 06:48
Revenir en haut Aller en bas
http://enaevolare.fr
'Christa
'Christa
Lostmindy
Lostmindy

Féminin Messages : 2856



Catégorie sous forme d'onglet  Empty
Sous Firefox, il n'y a aucun problème. J'ai quand même été voir sous chrome, et je te conseille de donner une largeur à tes cellules de tableaux. Là tu me dis "mais c'est justement ce que j'ai fait @_@" Oui, je sais. C'est un problème des tableaux, ils n'apparaissent pas de la même façon sous mozilla, IE ou Chrome (et ne parlons pas d'Opera et Safari T.T).

J'ai corrigé une légère incohérence de ton code, je ne sais pas si ça va changer grand chose, et j'ai ajouté des largeurs pour voir x_x

Code:
<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}

{CURRENT_TIME}

</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>

<a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>

<!-- END switch_user_logged_in -->
<a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
</td>
</tr>
</table>

<!-- DEBUT MODIF ONGLETS -->

<script type="text/javascript">
<!--

var i = 0;

document.write('<div align="center">
<ul class="onglet">

 
<li onMouseOver="change_cat(0);" class="onglet_actif" id="cat_0">Forum 1</li>
<li onMouseOver="change_cat(1);" class="onglet_nactif" id="cat_1">Forum 2</li>
<li onMouseOver="change_cat(2);" class="onglet_nactif" id="cat_2">Forum 3</li>



</ul>
</div>
');

var compteur_cat = 0;

var anc_cat = 0;

var nom_cat = new Array('0','1','2');

 
function change_cat(numero)
{
 document.getElementById(nom_cat[anc_cat]).style.display = 'none';
 document.getElementById(nom_cat[numero]).style.display = 'block';
 document.getElementById('cat_'+nom_cat[anc_cat]).className = 'onglet_nactif';
 document.getElementById('cat_'+nom_cat[numero]).className ='onglet_actif';
 anc_cat = numero;
}

function capture_cat()
{
if(nom_cat[compteur_cat] == nom_cat[0])
{document.write('<table class="forumline" id="' + nom_cat[compteur_cat] + '" >');
}
else{
 document.write('<table class="forumline" id="' + nom_cat[compteur_cat] + '" style="display:none;">');
}
compteur_cat++;
}

//-->
</script>
<!-- BEGIN catrow --><!-- BEGIN tablehead -->

<script type="text/javascript">
<!--
capture_cat();
//-->
</script> 

<!-- FIN MODIF ONGLETS -->

<tr>
   <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
   <th nowrap="nowrap" width="50">{L_POSTS}</th>
   <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
</tr>
<!-- 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="{catrow.forumrow.INC_CLASS}" align="center" valign="middle" width="50">
      <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
   </td>
   <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
      <h{catrow.forumrow.LEVEL} class="hierarchy">
         <span class="forumlink"><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></span>
      </h{catrow.forumrow.LEVEL}>
      <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
      <span class="gensmall">
         <!-- BEGIN switch_moderators_links -->
         {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
         <!-- END switch_moderators_links -->
         {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
      </span>
   </td>
   <!-- BEGIN forum_link_no -->
   <td class="row2" align="center" valign="middle" height="50">
      <span class="gensmall">{catrow.forumrow.POSTS}</span>
   </td>
   <td class="row3 over" align="center" valign="middle" height="50">
      <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
   </td>
   <!-- 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" /><!-- END tablefoot --><!-- END catrow -->



MessageSujet: Re: Catégorie sous forme d'onglet    Catégorie sous forme d'onglet  EmptyDim 12 Déc 2010, 10:28
Revenir en haut Aller en bas
http://www.yellow-tricycle.com/
Vintage Phonic
Vintage Phonic
{ Membre }
{ Membre }

Féminin Messages : 50



Catégorie sous forme d'onglet  Empty
Déjà je te remercie d'avoir prit le temps de regarder mon problème et d'avoir rectifié le code. Je n'avais pas regarder sous Firefox, et effectivement, ça fonctionne, mais maintenant, sous chrome (navigateur par défaut XD) c'est totalement compressé:

Spoiler:

Il y a un moyen de régler ça ou pas? (sinon ce n'est pas grave, j'enlèverai les onglets tant pis )
MessageSujet: Re: Catégorie sous forme d'onglet    Catégorie sous forme d'onglet  EmptyDim 12 Déc 2010, 11:37
Revenir en haut Aller en bas
http://enaevolare.fr
'Christa
'Christa
Lostmindy
Lostmindy

Féminin Messages : 2856



Catégorie sous forme d'onglet  Empty
Urgh, il doit y avoir un bug dans la matrice mais je n'arrive pas à voir quoi (j'suis un peu dans le gaz). Je voulais vérifier à grands coups de firebug mais tu as retiré les onglets sur ton forum test x_x
MessageSujet: Re: Catégorie sous forme d'onglet    Catégorie sous forme d'onglet  EmptyVen 17 Déc 2010, 13:35
Revenir en haut Aller en bas
http://www.yellow-tricycle.com/
Vintage Phonic
Vintage Phonic
{ Membre }
{ Membre }

Féminin Messages : 50



Catégorie sous forme d'onglet  Empty
Oui j'ai eus un petit soucis technique j'ai dus les retirer u_u

Voilà je les ai remis ^^

MessageSujet: Re: Catégorie sous forme d'onglet    Catégorie sous forme d'onglet  EmptyVen 17 Déc 2010, 13:56
Revenir en haut Aller en bas
http://enaevolare.fr
'Christa
'Christa
Lostmindy
Lostmindy

Féminin Messages : 2856



Catégorie sous forme d'onglet  Empty
Essaie comme ça '_' (manquait un width="100%")

Code:
<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}

{CURRENT_TIME}

</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>

<a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>

<!-- END switch_user_logged_in -->
<a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
</td>
</tr>
</table>

<!-- DEBUT MODIF ONGLETS -->

<script type="text/javascript">
<!--

var i = 0;

document.write('<div align="center">
<ul class="onglet">

 
<li onMouseOver="change_cat(0);" class="onglet_actif" id="cat_0">Forum 1</li>
<li onMouseOver="change_cat(1);" class="onglet_nactif" id="cat_1">Forum 2</li>
<li onMouseOver="change_cat(2);" class="onglet_nactif" id="cat_2">Forum 3</li>



</ul>
</div>
');

var compteur_cat = 0;

var anc_cat = 0;

var nom_cat = new Array('0','1','2');

 
function change_cat(numero)
{
 document.getElementById(nom_cat[anc_cat]).style.display = 'none';
 document.getElementById(nom_cat[numero]).style.display = 'block';
 document.getElementById('cat_'+nom_cat[anc_cat]).className = 'onglet_nactif';
 document.getElementById('cat_'+nom_cat[numero]).className ='onglet_actif';
 anc_cat = numero;
}

function capture_cat()
{
if(nom_cat[compteur_cat] == nom_cat[0])
{document.write('<table class="forumline" width="100%" id="' + nom_cat[compteur_cat] + '" >');
}
else{
 document.write('<table class="forumline" width="100%" id="' + nom_cat[compteur_cat] + '" style="display:none;">');
}
compteur_cat++;
}

//-->
</script>
<!-- BEGIN catrow --><!-- BEGIN tablehead -->

<script type="text/javascript">
<!--
capture_cat();
//-->
</script>

<!-- FIN MODIF ONGLETS -->

<tr>
  <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
  <th nowrap="nowrap" width="50">{L_POSTS}</th>
  <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
</tr>
<!-- 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="{catrow.forumrow.INC_CLASS}" align="center" valign="middle" width="50">
      <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
  </td>
  <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
      <h{catrow.forumrow.LEVEL} class="hierarchy">
        <span class="forumlink"><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></span>
      </h{catrow.forumrow.LEVEL}>
      <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
      <span class="gensmall">
        <!-- BEGIN switch_moderators_links -->
        {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
        <!-- END switch_moderators_links -->
        {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
      </span>
  </td>
  <!-- BEGIN forum_link_no -->
  <td class="row2" align="center" valign="middle" height="50">
      <span class="gensmall">{catrow.forumrow.POSTS}</span>
  </td>
  <td class="row3 over" align="center" valign="middle" height="50">
      <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
  </td>
  <!-- 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" /><!-- END tablefoot --><!-- END catrow -->
MessageSujet: Re: Catégorie sous forme d'onglet    Catégorie sous forme d'onglet  EmptyVen 17 Déc 2010, 14:10
Revenir en haut Aller en bas
http://www.yellow-tricycle.com/
Vintage Phonic
Vintage Phonic
{ Membre }
{ Membre }

Féminin Messages : 50



Catégorie sous forme d'onglet  Empty
Haaaaaaaaaaaaaan *.* parfaiiiit ça maaaarche *.* merciiiiiiiiii


(Il manquait où? que je le répare moi même la prochaine fois lol)


Merci merci merciiii
MessageSujet: Re: Catégorie sous forme d'onglet    Catégorie sous forme d'onglet  EmptyVen 17 Déc 2010, 14:15
Revenir en haut Aller en bas
http://enaevolare.fr
'Christa
'Christa
Lostmindy
Lostmindy

Féminin Messages : 2856



Catégorie sous forme d'onglet  Empty
Bah en fait quand tu fais le tuto sur l'organisation des forums en onglets qu'a proposé Haribot, il y a cette partie qui pose un souci (En rouge, ce que j'ai rajouté) :

    function capture_cat()
    {
    if(nom_cat[compteur_cat] == nom_cat[0])
    {document.write('<table class="forumline" width="100%" id="' + nom_cat[compteur_cat] + '" >');
    }
    else{
    document.write('<table class="forumline" width="100%" id="' + nom_cat[compteur_cat] + '" style="display:none;">');
    }
    compteur_cat++;
    }


Je crains fort que les membres utilisant ce tuto soient confronté au même problème de compatibilité avec Chrome ^^' (Haribot, si tu nous lis...)
MessageSujet: Re: Catégorie sous forme d'onglet    Catégorie sous forme d'onglet  EmptyVen 17 Déc 2010, 14:21
Revenir en haut Aller en bas
http://www.yellow-tricycle.com/
Vintage Phonic
Vintage Phonic
{ Membre }
{ Membre }

Féminin Messages : 50



Catégorie sous forme d'onglet  Empty
Merci encore Lostmind <3
MessageSujet: Re: Catégorie sous forme d'onglet    Catégorie sous forme d'onglet  EmptyVen 17 Déc 2010, 14:23
Revenir en haut Aller en bas
http://enaevolare.fr
'Christa
'Christa
Lostmindy
Lostmindy

Féminin Messages : 2856



Catégorie sous forme d'onglet  Empty
Mais de rien.

Sujet résolu, donc @o@ *agite un drapeau pour les modos*"

(Il faut que tu édites ton premier message pour mettre l'icone résolu, je crois '_')
MessageSujet: Re: Catégorie sous forme d'onglet    Catégorie sous forme d'onglet  EmptyVen 17 Déc 2010, 14:37
Revenir en haut Aller en bas
http://www.yellow-tricycle.com/
Vintage Phonic
Vintage Phonic
{ Membre }
{ Membre }

Féminin Messages : 50



Catégorie sous forme d'onglet  Empty
Voilà qui est fait ^^
MessageSujet: Re: Catégorie sous forme d'onglet    Catégorie sous forme d'onglet  EmptyVen 17 Déc 2010, 14:39
Revenir en haut Aller en bas
http://enaevolare.fr
'Christa
'Christa
Lostmindy
Lostmindy

Féminin Messages : 2856



Catégorie sous forme d'onglet  Empty
L'icone de sujet @o@ Normalement t'as le choix entre aucun, loading, resolu et refusé @_@
MessageSujet: Re: Catégorie sous forme d'onglet    Catégorie sous forme d'onglet  EmptyVen 17 Déc 2010, 14:50
Revenir en haut Aller en bas
Contenu sponsorisé




Catégorie sous forme d'onglet  Empty
MessageSujet: Re: Catégorie sous forme d'onglet    Catégorie sous forme d'onglet  Empty
Revenir en haut Aller en bas
 

Catégorie sous forme d'onglet

Voir le sujet précédent Voir le sujet suivant Revenir en haut 
Page 1 sur 1

 Sujets similaires

-
» problème de catégorie (image sous la catégorie)
» forme catégorie
» Problème de mise en forme d'onglet de catégorie
» Profil sous forme de texte, possible ?
» Sous-forums en forme de liste

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
CSSActif :: De la théorie à la pratique :: Aide CSS & xHTML :: Problèmes résolus-

Partenaires Or


← Page précédente   ↑ Aller en haut Copyright © CSSActif 2009 - 2013 Tous droits réservés
Créer un forum | ©phpBB | Forum gratuit d'entraide | Signaler un abus | Forum gratuit