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! |
| problème avec les catégories [RÉSOLU] | |
| w.disney
{ Membre }
Messages : 27
| Bonjour, j'ai un problème avec mes catégories avec les images en haut et en bas mais les catégories ne se sépare pas ... voici une capture et les codes : https://i.servimg.com/u/f41/17/61/75/74/01a_bm10.jpg https://i.servimg.com/u/f41/17/61/75/74/012a10.jpg Merci d'avance ! CSS: - Spoiler:
- Code:
-
.forumlink { text-transform: uppercase!important; font-family: times new roman; letter-spacing: -1px; text-shadow: -2px 0px 0px white; font-size: 20px; margin-left: 35px; }
.forumlink:hover { text-transform: uppercase!important; }
.lien { text-transform: uppercase!important;
}
.con { padding:5px; background-color: #f0f0d6; border-radius: 5px; height: 143px; width: 705px; }
.cond { padding:5px; background-color: #f0f0d6; border-radius: 5px; }
.sousfo { width: 150px; background-color: #fbfbf8; height: 120px; padding: 2px; border: 1px solid #e8e8c4; overflow: auto; }
.topsu { width: 140px; background-color: #fbfbf8; padding: 2px; border: 1px solid #e8e8c4; text-transform: uppercase; font-family: arial; font-size: 10px; text-shadow: 1px 0px 0px white; color: #aaa886; height: 120px; margin-top: 3px; }
.descri { text-align: justify; background-color: #fbfbf8; border: 1px solid #e8e8c4; width: 390px!important; height: 120px; padding: 2px; overflow: auto; float: right; clear: both; }
.descrisong { text-transform: uppercase!important; font-family: arial; font-size: 10px; text-shadow: 1px 0px 0px white; color: #aaa886; padding: 2px; margin-top: -2px; }
Template : - Spoiler:
- 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}<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> <!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="70%" border="0" cellspacing="0 cellpadding="0"> <div style="background-image:url('http://i45.servimg.com/u/f45/11/35/50/17/jeo9y10.png'); height: 200px; width: 729px;text-align:center">{catrow.tablehead.L_FORUM}</div> <!-- 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="712px"> <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"> <br /><span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a> </span> <div class="con"> <div style="float:left!important;"> <div class="topsu"> <center><span class="gensmall">{catrow.forumrow.LAST_POST}</span><br> <span class="gensmall">{catrow.forumrow.TOPICS} topics ✘ {catrow.forumrow.POSTS} posts </span> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /> </center></div></div> <h{catrow.forumrow.LEVEL} class="hierarchy"> <div style="float: right!important;"> </h{catrow.forumrow.LEVEL}> <span class="genmed">{catrow.forumrow.FORUM_DESC}</span></div> <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></div> </td> </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 --> </table><img src="http://i45.servimg.com/u/f45/11/35/50/17/yj4xv10.png" alt="" height="200" width="729" /><br><br><!-- END tablefoot --><!-- END catrow -->
|
Dernière édition par w.disney le Mer 27 Juin 2012, 09:09, édité 1 fois | |
| | | Hiro
Ninja Codeur
Messages : 1179
| Salut, Pourrais tu fournir un lien ? Et je n'ai pas trop compris quel était ton problème au juste ? merci | | |
| | | w.disney
{ Membre }
Messages : 27
| Finalement j'ai trouvé le problème toute seule, c'était une chose toute bête désolé ^^ | | |
| | | pamina
{ Membre actif }
Messages : 1170
| OK. Je corbeille. | | |
| | | Contenu sponsorisé
| | | | | problème avec les catégories [RÉSOLU] | |
|
Sujets similaires | |
|
| Permission de ce forum: | Vous ne pouvez pas répondre aux sujets dans ce forum
| |
| |
| |
|
| Partenaires Or
|
|