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! |
| lauraestate
{ Membre }
Messages : 6
| Bonjour tout le monde =) j'ai un petit soucis que j'espere, vous saurez regler =) je viens d'installer un nouveau design sur mon forum ( pas importé, mais mit manuellement ), et je ne sais pas ce que j'ai fait, mais mes groupes ont désormais la meme couleur, tandis que les membres ont gardés leur couleur de groupe initial.. Je ne sais pas si cela vient du CSS ou directement des modifications de couleurs dans la partie affichage.. ? - Spoiler:
Voici mon css : - Code:
-
*{ font-family: Georgia; font-size: 12px; } a { text-decoration: none; } a:hover { text-decoration: none !important; border-bottom: 1px dashed #918E8E; cursor: crosshair; } u{border-bottom: 1px double;border-color:#6B4235;} i{color: #6B4235} b{color: #6B4235} a.mainmenu { font-family: Georgia; font-size: valeur; text-align: center; padding-left: valeur; color: #valeur; font-variant: small-caps; background-image: url('Lien de votre image'); background-repeat: no-repeat; background-color: #C2A27A; text-decoration: none; border: 1px dashed #; border-left: 6px solid #; border-right: 6px solid #; -moz-border-radius:10px; } a.mainmenu:hover { color: #AD583E; text-decoration: none !important; border-bottom: 1px dashed #918E8E; }
.forumline{ border: 1px #AD583E dashed; } .sujets_messages {margin-top: 3px; padding: 3px; border: 0px solid #AD583E; background-image: url([url=http://i76.servimg.com/u/f76/15/36/22/99/df10.png]http://i76.servimg.com/u/f76/15/36/22/99/df10.png[/url]);}
.derniers_sujets {margin-top: 3px; padding: 3px; border: 1px dashed #AD583E; background-image: url([url=http://i76.servimg.com/u/f76/15/36/22/99/rt10.png]http://i76.servimg.com/u/f76/15/36/22/99/rt10.png[/url]); -moz-border-radius-topleft: 10px; -moz-border-radius-bottomright: 10px;} body{ width: 800px; margin: 10px auto; } a{ text-decoration: none; color: #66; } ul, li{ list-style: none; } .mon_onglet{ float: left; padding: 2px 10px; margin-right: 5px; color: #b89264; background: #6B4235; border: 1px solid #b89264; cursor: pointer; margin-bottom: -1px; } .mon_onglet:hover{ background: #b89264; } .mon_onglet_selected{ float: left; padding: 2px 10px; margin-right: 5px; color: #6B4235; background: #b89264; border-top: 1px solid #b89264; border-right: 1px solid #b89264; border-left: 1px solid #b89264; border-bottom: 1px solid #b89264; cursor: pointer; margin-bottom: -1px; } .clear{ clear: both; } .mon_contenu{ color: #6B4235; background: #b89264; border: 1px solid #b89264; padding: 10px; } #mes_contenus, #mes_onglets{ width: 700px; } .bodyline { border-color: #C2A27A; border-width: 7px; border-left: 10px #C2A27A solid; border-right: 10px #C2A27A solid; border-top: 5px #C2A27A solid; border-bottom: 5px #C2A27A solid; } .code{ font-family: Georgia; font-size: 11px; color: #D1CECE; background-color: #728A91; border: #c2a27a; border-style: solid; border-left-width: 3px; border-top-width: 3px; border-right-width: 3px; border-bottom-width: 3px; border: 3px #c2a27a; dotted; -moz-border-radius:3px;} .quote{ font-family: Georgia; font-size: 11px; color: #D1CECE; background-color: #728A91; border: #d4995d; border-style: solid; border-left-width: 3px; border-top-width: 3px; border-right-width: 3px; border-bottom-width: 3px; border: 3px #d4995d; dotted; -moz-border-radius:3px;} .postdetails.poster-profile a img { -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; border: 5px solid #555A5E; color: #737272; } #i_icon_mini_index, #i_icon_mini_portal, #i_icon_mini_calendar, #i_icon_mini_faq, #i_icon_mini_members, #i_icon_mini_groups, #i_icon_mini_search, #i_icon_mini_profile, #i_icon_mini_message, #i_icon_mini_logout, #i_icon_mini_login, #i_icon_mini_register, #modo, #img-connexion { display: none !important; } .spoiler_closed { background-color: #728A91;} .chatbox{ font-family: serif; border-bottom: 0px double #363642;}
.titre { font-family: georgia; font-size: 160%; background-color: #c7c0a5; border-bottom: 1px dashed #728A91; color: #0a0a0a; text-align: center; border-top : 4px solid #555A5E; border-bottom: 4px solid #555A5E; } .statistiques{ border:0px; background-image: url("[url=http://i76.servimg.com/u/f76/15/36/22/99/s11.png]http://i76.servimg.com/u/f76/15/36/22/99/s11.png\[/url]"); background-repeat: no-repeat; background-position: left; height:270px;} .groupes{ border: 1px #D0D0D0 dotte} et mon index body que je n'ai pas modifié et qui contient toujours les couleurs d'origines - Code:
-
{JAVASCRIPT} <!-- BEGIN message_admin_index --> <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0"> <!-- BEGIN message_admin_titre --> <tr> <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td> </tr> <!-- END message_admin_titre --> <!-- BEGIN message_admin_txt --> <tr> <td class="row1" rowspan="3" align="center" valign="middle"> <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div> </td> </tr> <!-- END message_admin_txt --> </table> <!-- END message_admin_index --> <!-- BEGIN switch_user_login_form_header --> <form action="{S_LOGIN_ACTION}" method="post" name="form_login"> <!-- BEGIN switch_fb_connect_no --> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline"> <tr> <td class="row1" align="center"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><span class="genmed">{L_USERNAME}:</span> </td> <td><input class="post" type="text" size="10" name="username"/> </td> <td> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /> <span class="gensmall">{L_AUTO_LOGIN}</span> </td> </tr> <tr> <td><span class="genmed">{L_PASSWORD}:</span> </td> <td><input class="post" type="password" size="10" name="password"/> </td> <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td> </tr> </table> </td> </tr> </table> <!-- END switch_fb_connect_no --> <!-- BEGIN switch_fb_connect --> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline"> <tr> <td valign="top" width="100%" class="row1" align="center"> <table width="100%"> <tr> <td width="55%" valign="middle" align="right"> <table class="right"> <tr> <td><span class="genmed">{L_USERNAME}:</span> </td> <td><input class="post" type="text" size="10" name="username"/> </td> <td> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /> <span class="gensmall">{L_AUTO_LOGIN}</span> </td> </tr> <tr> <td><span class="genmed">{L_PASSWORD}:</span> </td> <td><input class="post" type="password" size="10" name="password"/> </td> <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td> </tr> </table> </td> <td width="10%" align="center" valign="middle"> <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span> </td> <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="facebook_login()" v="2" perms="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td> </tr> </table> </td> </tr> </table> <!-- END switch_fb_connect --> </form> <!-- END switch_user_login_form_header --> {CHATBOX_TOP} {BOARD_INDEX} <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="50%" valign="top"> <!-- BEGIN switch_user_logged_in --> <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a> <!-- END switch_user_logged_in --> <!-- BEGIN switch_delete_cookies --> <a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a> <!-- END switch_delete_cookies --> </span> </td> <td width="50%" align="right"> <span class="gensmall"> <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a> <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a> <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a> <!-- BEGIN switch_on_index --> <!-- BEGIN switch_delete_cookies --> <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a> <!-- END switch_delete_cookies --> <!-- END switch_on_index --> </span> </td> </tr> </table> <!-- BEGIN switch_user_login_form_footer --> <form action="{S_LOGIN_ACTION}" method="post" name="form_login"> <!-- BEGIN switch_fb_connect_no --> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline"> <tr> <td class="row1" align="center"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><span class="genmed">{L_USERNAME}:</span> </td> <td><input class="post" type="text" size="10" name="username"/> </td> <td> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /> <span class="gensmall">{L_AUTO_LOGIN}</span> </td> </tr> <tr> <td><span class="genmed">{L_PASSWORD}:</span> </td> <td><input class="post" type="password" size="10" name="password"/> </td> <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td> </tr> </table> </td> </tr> </table> <!-- END switch_fb_connect_no --> <!-- BEGIN switch_fb_connect --> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline"> <tr> <td valign="top" width="100%" class="row1" align="center"> <table width="100%"> <tr> <td width="55%" valign="middle"> <table class="right"> <tr> <td><span class="genmed">{L_USERNAME}:</span> </td> <td><input class="post" type="text" size="10" name="username"/> </td> <td> <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} /> <span class="gensmall">{L_AUTO_LOGIN}</span> </td> </tr> <tr> <td><span class="genmed">{L_PASSWORD}:</span> </td> <td><input class="post" type="password" size="10" name="password"/> </td> <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td> </tr> </table> </td> <td width="10%" align="center" valign="middle"> <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span> </td> <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="facebook_login()" v="2" perms="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td> </tr> </table> </td> </tr> </table> <!-- END switch_fb_connect --> </form> <!-- END switch_user_login_form_footer --> <!-- BEGIN disable_viewonline --> <table cellspacing="2" cellpadding="2" width="700" border="0" class="statistiques"> <tr> <td class="catHead" colspan="2" height="28"> <!-- BEGIN switch_viewonline_link --> <span class="cattitle"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></span> <!-- END switch_viewonline_link --> <!-- BEGIN switch_viewonline_nolink --> <span class="cattitle">{L_WHO_IS_ONLINE}</span> <!-- END switch_viewonline_nolink --> </td> </tr> <tr> <td width="15%"></td> <td width="50%"><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><center> <span class="groupes"> <a href="[url=http://seventh-heaven.forum-actif.net/g1-directrice"font]http://seventh-heaven.forum-actif.net/g1-directrice"><font[/url] color="#FFFFFF" size="2"><b>Directrice</b></font></a></span> <img src="[url=http://i31.tinypic.com/mugck1.jpg]http://i31.tinypic.com/mugck1.jpg\[/url]"> <span class="groupes"><a href="[url=http://seventh-heaven.forum-actif.net/g3-banquier"font]http://seventh-heaven.forum-actif.net/g3-banquier"><font[/url] color="#945475" size="2"><b>Banquier</b></font></a> </span> <img src="[url=http://i31.tinypic.com/mugck1.jpg]http://i31.tinypic.com/mugck1.jpg\[/url]"> <span class="groupes"> <a href="[url=http://seventh-heaven.forum-actif.net/g4-moniteurs"font]http://seventh-heaven.forum-actif.net/g4-moniteurs"><font[/url] color="#E66E6E" size="2"><b>Moniteurs</b></font></a></span> <img src="[url=http://i31.tinypic.com/mugck1.jpg]http://i31.tinypic.com/mugck1.jpg\[/url]"> <span class="groupes"> <a href="[url=http://seventh-heaven.forum-actif.net/g5-organisateurs"font]http://seventh-heaven.forum-actif.net/g5-organisateurs"><font[/url] color="#7A90D9" size="2"><b>Organisateurs</b></font></a> </span> <img src="[url=http://i31.tinypic.com/mugck1.jpg]http://i31.tinypic.com/mugck1.jpg\[/url]"> <span class="groupes"> <a href="[url=http://seventh-heaven.forum-actif.net/g6-palefreniers"font]http://seventh-heaven.forum-actif.net/g6-palefreniers"><font[/url] color="#397D6B" size="2"><b>Palefreniers</b></font></a></span> <img src="[url=http://i31.tinypic.com/mugck1.jpg]http://i31.tinypic.com/mugck1.jpg\[/url]"> <span class="groupes"><a href="[url=http://seventh-heaven.forum-actif.net/g7-veterinaires"font]http://seventh-heaven.forum-actif.net/g7-veterinaires"><font[/url] color="#639948" size="2"><b>Vétérinaires</b></font></a> </span> <img src="[url=http://i31.tinypic.com/mugck1.jpg]http://i31.tinypic.com/mugck1.jpg\[/url]"> <span class="groupes"> <a href="[url=http://seventh-heaven.forum-actif.net/g8-marechaux"font]http://seventh-heaven.forum-actif.net/g8-marechaux"><font[/url] color="#E6B627" size="2"><b>Maréchaux</b></font></a></span> <img src="[url=http://i31.tinypic.com/mugck1.jpg]http://i31.tinypic.com/mugck1.jpg\[/url]"> <span class="groupes"> <a href="[url=http://seventh-heaven.forum-actif.net/g9-dentistes"font]http://seventh-heaven.forum-actif.net/g9-dentistes"><font[/url] color="#CC7000" size="2"><b>Dentistes</b></font></a> </span> <img src="[url=http://i31.tinypic.com/mugck1.jpg]http://i31.tinypic.com/mugck1.jpg\[/url]"> <span class="groupes"> <a href="[url=http://seventh-heaven.forum-actif.net/g10-osteopathes"font]http://seventh-heaven.forum-actif.net/g10-osteopathes"><font[/url] color="#804503" size="2"><b>Ostéopathes</b></font></a></span> <img src="[url=http://i31.tinypic.com/mugck1.jpg]http://i31.tinypic.com/mugck1.jpg\[/url]"> <span class="groupes"><a href="[url=http://seventh-heaven.forum-actif.net/g23-debourreurs"font]http://seventh-heaven.forum-actif.net/g23-debourreurs"><font[/url] color="#615B5B" size="2"><b>Débourreurs</b></font></a> </span> <img src="[url=http://i31.tinypic.com/mugck1.jpg]http://i31.tinypic.com/mugck1.jpg\[/url]"> <span class="groupes"> <a href="[url=http://seventh-heaven.forum-actif.net/g11-cavaliers-pro"font]http://seventh-heaven.forum-actif.net/g11-cavaliers-pro"><font[/url] color="#AD388E" size="2"><b>Cavaliers Pro'</b></font></a></span> <img src="[url=http://i31.tinypic.com/mugck1.jpg]http://i31.tinypic.com/mugck1.jpg\[/url]"> <span class="groupes"> <a href="[url=http://seventh-heaven.forum-actif.net/g18-redacteur-chef"font]http://seventh-heaven.forum-actif.net/g18-redacteur-chef"><font[/url] color="#167000" size="2"><b>Rédacteur Chef</b></font></a> </span> <img src="[url=http://i31.tinypic.com/mugck1.jpg]http://i31.tinypic.com/mugck1.jpg\[/url]"> <span class="groupes"> <a href="[url=http://seventh-heaven.forum-actif.net/g19-sous-redacteur"font]http://seventh-heaven.forum-actif.net/g19-sous-redacteur"><font[/url] color="#5C3009" size="2"><b>Sous Rédacteur</b></font></a></span> <img src="[url=http://i31.tinypic.com/mugck1.jpg]http://i31.tinypic.com/mugck1.jpg\[/url]"> <span class="groupes"><a href="[url=http://seventh-heaven.forum-actif.net/g12-chuchoteurs"font]http://seventh-heaven.forum-actif.net/g12-chuchoteurs"><font[/url] color="#714B8A" size="2"><b>Chuchoteurs</b></font></a> </span> <img src="[url=http://i31.tinypic.com/mugck1.jpg]http://i31.tinypic.com/mugck1.jpg\[/url]"> <span class="groupes"> <a href="[url=http://seventh-heaven.forum-actif.net/g20-journalistes"font]http://seventh-heaven.forum-actif.net/g20-journalistes"><font[/url] color="#806751" size="2"><b>Journalistes</b></font></a></span> <img src="[url=http://i31.tinypic.com/mugck1.jpg]http://i31.tinypic.com/mugck1.jpg\[/url]"> <span class="groupes"> <a href="[url=http://seventh-heaven.forum-actif.net/g22-juges"font]http://seventh-heaven.forum-actif.net/g22-juges"><font[/url] color="#E8E8E8" size="2"><b>Juges</b></font></a> </span> <img src="[url=http://i31.tinypic.com/mugck1.jpg]http://i31.tinypic.com/mugck1.jpg\[/url]"> <span class="groupes"> <a href="[url=http://seventh-heaven.forum-actif.net/g15-managers"font]http://seventh-heaven.forum-actif.net/g15-managers"><font[/url] color="#000000" size="2"><b>Managers</b></font></a></span> <img src="[url=http://i31.tinypic.com/mugck1.jpg]http://i31.tinypic.com/mugck1.jpg\[/url]"> <span class="groupes"><a href="[url=http://seventh-heaven.forum-actif.net/g16-caractereurs"font]http://seventh-heaven.forum-actif.net/g16-caractereurs"><font[/url] color="#CC3939" size="2"><b>Caractéreurs</b></font></a> </span> <img src="[url=http://i31.tinypic.com/mugck1.jpg]http://i31.tinypic.com/mugck1.jpg\[/url]"> <span class="groupes"> <a href="[url=http://seventh-heaven.forum-actif.net/g13-designers"font]http://seventh-heaven.forum-actif.net/g13-designers"><font[/url] color="#341E8A" size="2"><b>Designers</b></font></a></span> <img src="[url=http://i31.tinypic.com/mugck1.jpg]http://i31.tinypic.com/mugck1.jpg\[/url]"> <span class="groupes"> <a href="[url=http://seventh-heaven.forum-actif.net/g14-chomeurs"font]http://seventh-heaven.forum-actif.net/g14-chomeurs"><font[/url] color="#4A4A4A" size="2"><b>Chômeurs</b></font></a> </span> <img src="[url=http://i31.tinypic.com/mugck1.jpg]http://i31.tinypic.com/mugck1.jpg\[/url]"> <span class="groupes"> <a href="[url=http://seventh-heaven.forum-actif.net/g21-cavaliers-externes"font]http://seventh-heaven.forum-actif.net/g21-cavaliers-externes"><font[/url] color="#E9F082" size="2"><b>Cavaliers externes *</b></font></a></span> <img src="[url=http://i31.tinypic.com/mugck1.jpg"br /br]http://i31.tinypic.com/mugck1.jpg"><br><br[/url]> <span class="gensmall">{TOTAL_POSTS}. {TOTAL_USERS} {NEWEST_USER}<br><br> {TOTAL_USERS_ONLINE}<br> {LOGGED_IN_USER_LIST}</center></BLOCKQUOTE></BLOCKQUOTE></span><br> <td width="5%"></td> </tr> </table> <br> <table border="0" cellspacing="3" cellpadding="0" width="700" align="center" style="text-align: justify"> {L_CONNECTED_MEMBERS}</table><br> <!-- END disable_viewonline --> {CHATBOX_BOTTOM} <br clear="all" /> <!-- BEGIN switch_legend --> <table border="0" cellspacing="3" cellpadding="0" align="center"> <tr> <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td> <td><span class="gensmall">{L_NEW_POSTS}</span></td> <td></td> <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td> <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td> <td> </td> <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td> <td><span class="gensmall">{L_FORUM_LOCKED}</span></td> </tr> </table> <!-- END switch_legend --> {AUTO_DST} <!-- BEGIN switch_fb_index_login --> <div id="fb-root"></div> <script type="text/javascript"> //<![CDATA[ FB.init({ appId: '{switch_fb_index_login.FACEBOOK_APP_ID}', status: true, cookie: true, xfbml: true }); //]]> </script> <!-- END switch_fb_index_login --> Voilà =) j'espere que vous saurez m'aider, je suis un peu deconcertée, pourtant je ne suis pas une debutante, mais ca ne m'ai jamais arrivé =). Je suis osus IE, mais même avec google chrome ca ne marche pas; et je ne souhaite pas changer de navigateur.. il y a forcement quelque chose qui cloche vu que ce matin avant que j'installe le design manuellement, cela s'affichait bien =) Merci d'avance | | |
| | | Taktiik
{ Membre }
Messages : 73
| Salut à toi ! Il me semble que tu as fais une petite erreur dans ton CSS {Si c'est bien ce que tu demandes } Remplaces ton .groupes par celui-ci et dit moi ce qu'il en est - Citation :
- .groupes{
border: 1px #D0D0D0 dotted;} | | |
| | | ©Insomnia
♦ P'tit Chaperon Vert ♦ {.Sadique Reine des Loups.}
Messages : 466
| Bonjour à toi, ton problème vient de ton CSS, d'ailleurs il y a pas mal de petits oublis je dirais - Citation :
- a.mainmenu
{ font-family: Georgia; font-size: valeur; text-align: center; padding-left: valeur; color: #valeur Il faudrait peut être remplacé le mot valeurs par les valeur en question Ceci dit ton problème viens de ceci - Citation :
- b{
color: #6B4235; } Puisque dans ton template tu as précédé tes groupes par < b >, donc si tu enlèves de ton CSS la partie qui correspond à la mise en gras, soit tu retires de ton template les balise < b > Espérant que tu m'es comprise Inso. | | |
| | | lauraestate
{ Membre }
Messages : 6
| Merci Taktiik pour ta réponse, mais ca ne marche pas, je pense que c'est Insomnia qui a raison, car c'est un code que j'ai rajouté en mettant mon design ^^ Insomnia je te comprend tout à fait ^^ le seul hic, c'est qu'il n'y a pas un moyen de contourner cela pour que je puisse avoir une oculeur propre a tous les mots en gras, sans que cela affecte mon index body ( malgré que je veuille le gardé en gras ^^ lol oui je suis pénible ) Si ca n'est pas possible, tant pis, je me ferais une raison ^^ merci beaucoup en tout cas ! | | |
| | | ©Insomnia
♦ P'tit Chaperon Vert ♦ {.Sadique Reine des Loups.}
Messages : 466
| non, mais ce qu'à dit Taktiik est juste, c'est dotted, pas dotte xD c'est pas la même chose. Mais fait attention aux données non rempli, ça alourdi un peu. Maintenant mettre en gras reste sous une seule et même balise je ne pense pas que tu puisses contourner ça. Donc je ne pense pas que ce que tu dis soit possible, je peux toujours me tromper, mais bon. | | |
| | | lauraestate
{ Membre }
Messages : 6
| Okay, merci beaucoup ^^ je vais remplir mon CSS et tampis pour le style en gras, mon forum peut vivre sans ! Merci beaucoup de votre aide Bonne soirée a tous ! | | |
| | | Psycho
Psychopathe
Messages : 3407
| Bonjour (: Si le problème a été résolu, merci de cocher l'icône résolu en éditant votre premier message (: | | |
| | | Phantasmagoria
{ Membre hyper-actif }
Messages : 1636
| Hello ^^ N'ayant obtenu aucune réponse depuis la dernière actualisation de modération, je considère ce problème comme résolu ou abandonné, donc je classe. Merci de ta compréhension | | |
| | | Contenu sponsorisé
| | | | |
Sujets similaires | |
|
| Permission de ce forum: | Vous ne pouvez pas répondre aux sujets dans ce forum
| |
| |
| |
|
| Partenaires Or
|