Rechercher
Accès rapide
Sujets importants- Votre forum est en sécurité
- Ce qu'il ne faut jamais faire
- L'email de fondation
- Gérer la sécurité de votre forum
- Phishing et emails malveillants
Forum des Forums
- Règles générales du forum
- Charte de ce forum
- L'équipe Forumactif
Derniers sujets
Qui est en ligne ?
Il y a en tout 365 utilisateurs en ligne :: 33 Enregistrés, 2 Invisibles et 330 Invités :: 2 Moteurs de recherche24H Chrono, Adam_sfp, alonso11, Azami, Chuchundra, clara06, Cædes, demeter1, Flo-73, floo35, hlanders63, hubi07, JEANMARCEL, kawarz, l3lood, le_geek, Lecha T, livingxworld, MA LYSE, Mafiosale, magikpimboli, marioDD, Masterweb89, MBP, N-W, nathy, Nellyce, Spharhatdhrat, steffzen, Tech, Threax, xKiwiClem, Yoshikuni
Le record du nombre d'utilisateurs en ligne est de 1877 le Jeu 19 Mai 2011 - 15:00
Problème d'arrondi pour certaines parties
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Gérer l'apparence de son forum :: Archives des problèmes avec l'apparence du forum
Page 1 sur 1 • Partager •
Problème d'arrondi pour certaines parties
Bonsoir ou bonjour !
Voilà je souhaiterais savoir comment faire pour que tout soit arrondit de partout, je m'explique, nous avons mis code CSS pour arrondir certaines parties du forum (catégorie etc..) mais nous avons une partie qui ne l'ai pas.

Voici le CSS
et voici le template :
Merci beaucoup à la personne qui pourra m'aiguiller sur mon erreur =)
Voilà je souhaiterais savoir comment faire pour que tout soit arrondit de partout, je m'explique, nous avons mis code CSS pour arrondir certaines parties du forum (catégorie etc..) mais nous avons une partie qui ne l'ai pas.

Voici le CSS
- Code:
bod {
background-repeat: no-repeat;
background-position: none;
}
.forumline {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:30px;
-moz-border-radius-topleft:30px;
-moz-border-radius-topright:3px;
-moz-box-shadow: 0px 0px 3px #000000;
-webkit-box-shadow: 0px 0px 3px #00000;
box-shadow: 0px 0px 3px #000000;
border : 1px solid #BF2C6E;
padding:1px;
margin-bottom: 20px;
}
.radiusright {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:30px;
-moz-border-radius-topleft:30px;
-moz-border-radius-topright:3px;
}
.radiusleft {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:30px;
-moz-border-radius-topleft:30px;
-moz-border-radius-topright:3px;
}
.bodyline{
border-right: 2px solid #df6e7d;
border-left: 2px solid #df6e7d;
margin: -40px auto -40px auto;
padding-top: 0px;
bottom: 0px;
}
.bodylinewidth {
max-width: 810px!important;}
/* NAVIGATION EN HAUT */
.navtop {
top : 0px;
right : 0px;
left : 0px;
position : fixed ;
width : 100% ;
background-color : #dd4f68;
border-bottom : 1px solid #FfFfff;
-moz-box-shadow: 0px 2px 2px #000000;
-webkit-box-shadow: 0px 2px 2px #000000;
box-shadow: 0px 2px 2px #000000;
font-family: georgia;
letter-spacing: 2px;
}
.opacite {
filter:alpha(opacity=50);
-moz-opacity:0.5;opacity: 0.5;
}
.opacite:hover {
filter:alpha(opacity=100);
-moz-opacity:1;opacity: 1;
}
a.mainmenu {
font-size: 16px;
text-align : left ;
color: #DEA0BC;
text-shadow: 0px 0px 6px #ffffff;
font-weight: normal;
font-family : Script MT Bold ;
letter-spacing: 2px;
}
a.mainmenu:hover{
color: #dd4f68;
letter-spacing: 3px;
text-shadow: 0px 0px 6px #ffffff;
}
/* PROFIL DES MEMBRES */
/* Profil Masqué */
.profilmasque {
text-align:left;
padding:8px;
-moz-border-radius:10px;
background-color: #F0F2FA;
border:1px solid #df6e7d;
border-right:3px solid #df6e7d;
border-left:3px solid #df6e7d;
font-size: 12px;
}
/* TITRES DES CATEGORIE */
a.forumlink:link, a.forumlink:visited {
font-size: 20px;
text-align : left ;
color: #dd4f68;
text-shadow: 0px 0px 6px #ffffff;
font-weight: normal;
font-family : Script MT Bold ;
letter-spacing: 2px;
padding-left: 20px;
padding-right: 3px;
padding-bottom: 3px;
padding-top: 3px;
margin-left:12px;
margin-right:12px;
display: block;
}
a.forumlink:hover, a.forumlink:hover:visited {
color: #D99968;
letter-spacing: 3px;
text-shadow: 0px 0px 6px #ffffff;
}
/*** CATEGORIE ***/
.descriptions-categories{
border-right: 5px #eb8cb3 solid;
border-left: 5px #eb8cb3 solid;
background-color: #dbf5b9;
font-family: Georgia!important;
font-size: 11px!important;
color:#d1b0b6!important;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
}
/* arrondi autour dernier sujet */
.arrondi {
border: 1px solid #D99968;
background-color: #F0F2FA;
font-size: 12px;
text-align : center ;
color: #dd4f68;
text-shadow: 0px 0px 6px #ffffff;
font-weight: normal;
font-family : Script MT Bold ;
-moz-border-radius-topleft: 6px;
-moz-border-radius-bottomright: 6px; }
et voici le template :
- 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="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle radiusleft"> {catrow.tablehead.L_FORUM} </th>
<th class="radiusright" owrap="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">
<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">
<table width="100%"><tbody><tr><td><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}></td><td style="padding-left: 40px; text-align: right;" class="gensmall"></td></tr></tbody></table>
<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 -->
<center>{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</center>
</span>
</td>
<td class="row3 over"align="center" valign="middle" height="50">
<div class="arrondi">{catrow.forumrow.POSTS} messages dans {catrow.forumrow.TOPICS} sujets.</div><div class="arrondi">{catrow.forumrow.LAST_POST}</div></span>
</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="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
Merci beaucoup à la personne qui pourra m'aiguiller sur mon erreur =)
Jessmercu- **
- Messages: 51
PointsActifs: 798
Réputation: 0
Inscrit(e) le: 09/06/2010

Re: Problème d'arrondi pour certaines parties
![]() | Bonjour, Où en-est votre problème ? Deux solutions :
A bientôt sur ForumActif |

Pinguino- Adminactif

-

Messages: 6813
PointsActifs: 507808
Réputation: 392
Inscrit(e) le: 02/05/2004

Re: Problème d'arrondi pour certaines parties
Oh désolé j'ai oublié oui toujours d'actu ^^
Jessmercu- **
- Messages: 51
PointsActifs: 798
Réputation: 0
Inscrit(e) le: 09/06/2010

Re: Problème d'arrondi pour certaines parties
Bonjour
Dans le template index_body, repérez :
changez le ainsi :
Puis dans la css mettez :
Cordialement.
Dans le template index_body, repérez :
- Code:
{CHATBOX_TOP}
changez le ainsi :
- Code:
<div class="designcb">{CHATBOX_TOP}</div>
Puis dans la css mettez :
- Code:
.designcb .forumline {
border : 2px double #ff0000;
-moz-border-radius: 30px ;
-webkit-border-radius:30px;
-khtml-border-radius:30px;
border-radius:30px;
}
Cordialement.

Macema- + Hyperactif +
-

Messages: 5935
PointsActifs: 8029
Réputation: 1068
Inscrit(e) le: 10/06/2010

Jessmercu- **
- Messages: 51
PointsActifs: 798
Réputation: 0
Inscrit(e) le: 09/06/2010

Re: Problème d'arrondi pour certaines parties
Il me faudrait votre index_body complet, un lien vers le forum ou vous faites vos tests.

Macema- + Hyperactif +
-

Messages: 5935
PointsActifs: 8029
Réputation: 1068
Inscrit(e) le: 10/06/2010

Re: Problème d'arrondi pour certaines parties
Voilà le lien du fofo http://sakurablood.forumgratuit.org/
et voilà le template :
Merciiii beaucoup de votre aide
et voilà le template :
- 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="window.location='/facebook_connect.forum'" v="2" scope="{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 -->
<div class="designcb">{CHATBOX_TOP}</div>
{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 -->
<br /><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><br />
<a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
<a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
<!-- BEGIN switch_on_index -->
<!-- BEGIN switch_delete_cookies -->
<br /><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="window.location='/facebook_connect.forum'" v="2" scope="{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 class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<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 class="row1" rowspan="6" align="center" valign="middle"><img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" /></td>
<td class="row1" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />
{TOTAL_USERS}<br />
{NEWEST_USER}</span></td>
</tr>
<tr>
<td class="row1"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />
{RECORD_USERS}<br />
<br />
{LOGGED_IN_USER_LIST}</span></td>
</tr>
{L_CONNECTED_MEMBERS}
{L_WHOSBIRTHDAY_TODAY}
{L_WHOSBIRTHDAY_WEEK}
<tr>
<td class="row1"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td>
</tr>
<!-- BEGIN switch_chatbox_activate -->
<tr>
<td class="row1">
<span class="gensmall">{TOTAL_CHATTERS_ONLINE} : {CHATTERS_LIST}<br />
<!-- BEGIN switch_chatbox_popup -->
<div id="chatbox_popup"></div>
<script type="text/javascript">
//<![CDATA[
insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
//]]>
</script>
<!-- END switch_chatbox_popup -->
</span>
</td>
</tr>
<!-- END switch_chatbox_activate -->
</table>
<!-- 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,
oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
Merciiii beaucoup de votre aide
Jessmercu- **
- Messages: 51
PointsActifs: 798
Réputation: 0
Inscrit(e) le: 09/06/2010

Re: Problème d'arrondi pour certaines parties
Bonjour Jessmercu,
Avez-vous tout simplement essayé de vider vos caches? Car le code de Macema me parrait correct... Les bordures doivent bien s'appliqué à la class .forumline
Cordialement
Manka
Avez-vous tout simplement essayé de vider vos caches? Car le code de Macema me parrait correct... Les bordures doivent bien s'appliqué à la class .forumline
Cordialement
Manka

Manka77- *****
-

Messages: 575
PointsActifs: 1504
Réputation: 40
Inscrit(e) le: 20/12/2008

Re: Problème d'arrondi pour certaines parties
Euh c'est à dire (désolé je ne connais pas trop tout ça :/)
Edit ah je crois que c'est bon merciiii à vous =)
Edit ah je crois que c'est bon merciiii à vous =)
Jessmercu- **
- Messages: 51
PointsActifs: 798
Réputation: 0
Inscrit(e) le: 09/06/2010

Sujets similaires» Masquer/afficher certaines parties du profil
» Problème écran Acer - Boutons
» Un vote pour ZdC ~
» tutorial pour gimp
» Ressources pour vos jeux
» Problème écran Acer - Boutons
» Un vote pour ZdC ~
» tutorial pour gimp
» Ressources pour vos jeux
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Gérer l'apparence de son forum :: Archives des problèmes avec l'apparence du forum
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum

Accueil





par 



» redimensionner un cadre.
» On ne peut plus posté sur mon forum
» Le texte à la suite d'un "code" est décalé.
» Affichage du Forum impossible sous explorer
» Comment restreindre certains droits pour des trolls
» Les éditeurs de texte dans le panneau admin ne marchent pas ?
» A propos du menu accordéon
» codes css pour centrer les vidéos