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! |
| lola1215
{ Membre }
Messages : 53
| Bonjour, Bonsoir Je deviens folle.. Encore! Bon, en fait, j'ai fait un forum test, pour pouvoir tester le design ect et sur celui ci je n'ai AUCUN problème! Donc, voyant cela, j'ai tout mis sur mon BON forum.. MAIS! Oui, il y a un mais, parce que jamais rien n'est simple. Je vous fait des screen pour vous montrer. J'ai déjà eu ce problème, mais il ne s'est pas arrangé. Déjà, voici mon code css - Code:
-
/* CODES DE BASE */
body{margin-top: 0px;} .bodyline{padding: 0px;} body{margin-bottom: 0px;} .forumline {width: 750px;}
body { cursor: crosshair; } a:hover { cursor: pointer; }
u{border-bottom: 2px solid; border-color:#1f1f1f; text-decoration: none; -moz-border-radius:10px;}
I{border-bottom:none; color:#1f1f1f; text-decoration: none }
a:link {text-decoration: none;} a:hover{text-decoration: none !important;} a { text-decoration: none; } a:link { text-decoration: none; } a:hover { text-decoration: none; }
.quote{ font-family: arial; line-height: 125%; background-color: #DFDFDF; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; padding: 10px;}
.code{ font-family: arial; line-height: 125%; background-color: #DFDFDF; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; padding: 10px;}
input,textarea, select { -moz-border-radius-bottomleft:9px; -moz-border-radius-bottomright:9px; -moz-border-radius-topleft:9px; -moz-border-radius-topright:9px; }
.mainmenu{ color : #5f4037; }
a.mainmenu{ text-decoration: none; color : #5f4037; margin-left: -10px; margin-right: -10px; }
a.mainmenu:hover{ text-decoration:none; }
a{font-variant: small-caps;}
/* MISE EN FORME FORUM */
.profil_contour { background-color: #F0F3F3; /*Le fond*/ border: 3px solid #F0F3F3 }
.pseudo { font-size : 20px; font-family : times new roman; text-align: center; } .descrip { text-align:justify; padding-left: 20px; padding-right: 10px; letter-spacing: -1px; } .titrescateg{ font-family: georgia, serif; font-size: 170%; border-bottom: 1px dashed #5D9890; text-align: left; text-transform: uppercase; } .entête{ font-family: arial, serif; font-size: 90%; text-transform: uppercase; font-weight: 1500; color: #F53B63; text-align: left; margin-left: 70px; } .sousforum{ -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; background-color:#DBDEDD;}
.sousfo2{ -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; background-color:#DBDEDD; width: 200px; font-size: 9px;}
.sousfo3{ -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; background-color:#DBDEDD; width: 463px; height: 700px; font-size: 9px;}
.sousfo4{ -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; background-color:#ffffff; width: 350px; height: 320px; font-size: 9px;}
.ecriturepa{ font-size: 9px; text-align: justify; padding-left: 20px; padding-right: 10px; }
/* INFOBULLE */
a.info-pa { position: relative; }
a.info-pa span { display: none; /* ceci masque l'infobulle */ } a.info-pa:hover { background: none; /* correction d'un bug IE */ z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
} a.info-pa:hover span { display: inline; /* ceci affiche l'infobulle */ position: absolute;
white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
top: 5px; /* on positionne notre infobulle */ left: 15px;
background: #ebebeb; /* arrière-plan de l'infobulle */
color: black; /* texte dans l'infobulle */ padding: 3px;
/* bordures de votre infobulle*/ border: 5px solid #DBDEDD; border-left: 5px solid #DBDEDD; -moz-border-radius: 5px; }
/* FICHE DE PRESENTATION */
.margepresentation{ margin-left : 20px; margin-right: 10px}
.fondfiche{ -webkit-border-top-right-radius: 70px; -webkit-border-bottom-left-radius: 70px; -moz-border-radius-topright: 70px; -moz-border-radius-bottomleft: 70px; border-top-right-radius: 70px; border-bottom-left-radius: 70px; width:500px; heigth: 70px; background: none repeat scroll 0% 0% #F7F7F7; }
.textefiche{ FONT style=FONT-WEIGHT: normal; FONT-SIZE: 25pt; LINE-HEIGHT: 40pt; COLOR:#444444; FONT-FAMILY: Georgia; LETTER-SPACING: -2px; }
.titrefiche{ FONT style=FONT-WEIGHT: normal; FONT-SIZE: 20pt; LINE-HEIGHT: 20pt; COLOR:#444444; FONT-FAMILY: Georgia; LETTER-SPACING: 4px; text-align: center; border-bottom: 1px dashed #5D9890; }
.textecontenu{ margin-left : 20px; margin-right: 10px;} - Spoiler:
- Spoiler:
Voilà, merci d'avance | | |
| | | Radimir
{ Membre actif }
Messages : 459
| Bonsoir ! Eh bien le problème est en lien avec la taille de tes catégories et sous catégorie que tu as mit à 750 px donc tu peux soit mettre ce code là en ôtant la partie forumline - Code:
-
/* CODES DE BASE */
body{margin-top: 0px;} .bodyline{padding: 0px;} body{margin-bottom: 0px;}
body { cursor: crosshair; } a:hover { cursor: pointer; }
u{border-bottom: 2px solid; border-color:#1f1f1f; text-decoration: none; -moz-border-radius:10px;}
I{border-bottom:none; color:#1f1f1f; text-decoration: none }
a:link {text-decoration: none;} a:hover{text-decoration: none !important;} a { text-decoration: none; } a:link { text-decoration: none; } a:hover { text-decoration: none; }
.quote{ font-family: arial; line-height: 125%; background-color: #DFDFDF; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; padding: 10px;}
.code{ font-family: arial; line-height: 125%; background-color: #DFDFDF; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; padding: 10px;}
input,textarea, select { -moz-border-radius-bottomleft:9px; -moz-border-radius-bottomright:9px; -moz-border-radius-topleft:9px; -moz-border-radius-topright:9px; }
.mainmenu{ color : #5f4037; }
a.mainmenu{ text-decoration: none; color : #5f4037; margin-left: -10px; margin-right: -10px; }
a.mainmenu:hover{ text-decoration:none; }
a{font-variant: small-caps;}
/* MISE EN FORME FORUM */
.profil_contour { background-color: #F0F3F3; /*Le fond*/ border: 3px solid #F0F3F3 }
.pseudo { font-size : 20px; font-family : times new roman; text-align: center; } .descrip { text-align:justify; padding-left: 20px; padding-right: 10px; letter-spacing: -1px; } .titrescateg{ font-family: georgia, serif; font-size: 170%; border-bottom: 1px dashed #5D9890; text-align: left; text-transform: uppercase; } .entête{ font-family: arial, serif; font-size: 90%; text-transform: uppercase; font-weight: 1500; color: #F53B63; text-align: left; margin-left: 70px; } .sousforum{ -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; background-color:#DBDEDD;}
.sousfo2{ -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; background-color:#DBDEDD; width: 200px; font-size: 9px;}
.sousfo3{ -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; background-color:#DBDEDD; width: 463px; height: 700px; font-size: 9px;}
.sousfo4{ -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; background-color:#ffffff; width: 350px; height: 320px; font-size: 9px;}
.ecriturepa{ font-size: 9px; text-align: justify; padding-left: 20px; padding-right: 10px; }
/* INFOBULLE */
a.info-pa { position: relative; }
a.info-pa span { display: none; /* ceci masque l'infobulle */ } a.info-pa:hover { background: none; /* correction d'un bug IE */ z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
} a.info-pa:hover span { display: inline; /* ceci affiche l'infobulle */ position: absolute;
white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
top: 5px; /* on positionne notre infobulle */ left: 15px;
background: #ebebeb; /* arrière-plan de l'infobulle */
color: black; /* texte dans l'infobulle */ padding: 3px;
/* bordures de votre infobulle*/ border: 5px solid #DBDEDD; border-left: 5px solid #DBDEDD; -moz-border-radius: 5px; }
/* FICHE DE PRESENTATION */
.margepresentation{ margin-left : 20px; margin-right: 10px}
.fondfiche{ -webkit-border-top-right-radius: 70px; -webkit-border-bottom-left-radius: 70px; -moz-border-radius-topright: 70px; -moz-border-radius-bottomleft: 70px; border-top-right-radius: 70px; border-bottom-left-radius: 70px; width:500px; heigth: 70px; background: none repeat scroll 0% 0% #F7F7F7; }
.textefiche{ FONT style=FONT-WEIGHT: normal; FONT-SIZE: 25pt; LINE-HEIGHT: 40pt; COLOR:#444444; FONT-FAMILY: Georgia; LETTER-SPACING: -2px; }
.titrefiche{ FONT style=FONT-WEIGHT: normal; FONT-SIZE: 20pt; LINE-HEIGHT: 20pt; COLOR:#444444; FONT-FAMILY: Georgia; LETTER-SPACING: 4px; text-align: center; border-bottom: 1px dashed #5D9890; }
.textecontenu{ margin-left : 20px; margin-right: 10px;}
ou agrandir la taille de la sorte - Code:
-
/* CODES DE BASE */
body{margin-top: 0px;} .bodyline{padding: 0px;} body{margin-bottom: 0px;}
.forumline {width: 850px;}
body { cursor: crosshair; } a:hover { cursor: pointer; }
u{border-bottom: 2px solid; border-color:#1f1f1f; text-decoration: none; -moz-border-radius:10px;}
I{border-bottom:none; color:#1f1f1f; text-decoration: none }
a:link {text-decoration: none;} a:hover{text-decoration: none !important;} a { text-decoration: none; } a:link { text-decoration: none; } a:hover { text-decoration: none; }
.quote{ font-family: arial; line-height: 125%; background-color: #DFDFDF; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; padding: 10px;}
.code{ font-family: arial; line-height: 125%; background-color: #DFDFDF; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; padding: 10px;}
input,textarea, select { -moz-border-radius-bottomleft:9px; -moz-border-radius-bottomright:9px; -moz-border-radius-topleft:9px; -moz-border-radius-topright:9px; }
.mainmenu{ color : #5f4037; }
a.mainmenu{ text-decoration: none; color : #5f4037; margin-left: -10px; margin-right: -10px; }
a.mainmenu:hover{ text-decoration:none; }
a{font-variant: small-caps;}
/* MISE EN FORME FORUM */
.profil_contour { background-color: #F0F3F3; /*Le fond*/ border: 3px solid #F0F3F3 }
.pseudo { font-size : 20px; font-family : times new roman; text-align: center; } .descrip { text-align:justify; padding-left: 20px; padding-right: 10px; letter-spacing: -1px; } .titrescateg{ font-family: georgia, serif; font-size: 170%; border-bottom: 1px dashed #5D9890; text-align: left; text-transform: uppercase; } .entête{ font-family: arial, serif; font-size: 90%; text-transform: uppercase; font-weight: 1500; color: #F53B63; text-align: left; margin-left: 70px; } .sousforum{ -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; background-color:#DBDEDD;}
.sousfo2{ -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; background-color:#DBDEDD; width: 200px; font-size: 9px;}
.sousfo3{ -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; background-color:#DBDEDD; width: 463px; height: 700px; font-size: 9px;}
.sousfo4{ -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; background-color:#ffffff; width: 350px; height: 320px; font-size: 9px;}
.ecriturepa{ font-size: 9px; text-align: justify; padding-left: 20px; padding-right: 10px; }
/* INFOBULLE */
a.info-pa { position: relative; }
a.info-pa span { display: none; /* ceci masque l'infobulle */ } a.info-pa:hover { background: none; /* correction d'un bug IE */ z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
} a.info-pa:hover span { display: inline; /* ceci affiche l'infobulle */ position: absolute;
white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
top: 5px; /* on positionne notre infobulle */ left: 15px;
background: #ebebeb; /* arrière-plan de l'infobulle */
color: black; /* texte dans l'infobulle */ padding: 3px;
/* bordures de votre infobulle*/ border: 5px solid #DBDEDD; border-left: 5px solid #DBDEDD; -moz-border-radius: 5px; }
/* FICHE DE PRESENTATION */
.margepresentation{ margin-left : 20px; margin-right: 10px}
.fondfiche{ -webkit-border-top-right-radius: 70px; -webkit-border-bottom-left-radius: 70px; -moz-border-radius-topright: 70px; -moz-border-radius-bottomleft: 70px; border-top-right-radius: 70px; border-bottom-left-radius: 70px; width:500px; heigth: 70px; background: none repeat scroll 0% 0% #F7F7F7; }
.textefiche{ FONT style=FONT-WEIGHT: normal; FONT-SIZE: 25pt; LINE-HEIGHT: 40pt; COLOR:#444444; FONT-FAMILY: Georgia; LETTER-SPACING: -2px; }
.titrefiche{ FONT style=FONT-WEIGHT: normal; FONT-SIZE: 20pt; LINE-HEIGHT: 20pt; COLOR:#444444; FONT-FAMILY: Georgia; LETTER-SPACING: 4px; text-align: center; border-bottom: 1px dashed #5D9890; }
.textecontenu{ margin-left : 20px; margin-right: 10px;}
| | |
| | | lola1215
{ Membre }
Messages : 53
| Ca me fait ça avec le deuxième code, parce qu'avec le premier, ça ne faisait rien du tout: - Spoiler:
Bon... J'ai essayé un truc, et il s'avère que ça fonctionne. En fait, ce sont les images qui sont trop larges, donc je les ais réduites, et le forum est revenu à sa place d'origine, je suis contente dans un sens, mais dans l'autre pas, parce que ça me fait toujours un bug. Enfin C'est résolu comme ça, maintenant, si on sait toucher à quelque chose pour que ça ne le fasse plus, ce serait génial m'enfin ^^' | | |
| | | Druyk
{ Membre actif }
Messages : 339
| Vu que le probléme est résolu, je déplace le sujet La prochaine fois, n'oublie pas de cocher l'icône | | |
| | | Contenu sponsorisé
| | | | |
Sujets similaires | |
|
| Permission de ce forum: | Vous ne pouvez pas répondre aux sujets dans ce forum
| |
| |
| |
|
| Partenaires Or
|