Décalage ?
Crunchfamily Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre Crunchfamily
- Inscrit le : 23/09/2008
Reprise du message précédent
ouiap normal en fait dans ton fichier css tu as une largeur prédéfinit pour ton sub_hearder_left donc ça peut pas marcher , désolé j'y avais pas pensé. Essaye plutôt de rajouter un margin-left:-10px; dans ton sub_header_right du fichier deisgn.cssVisiteur
Boosteur Inactif
voici le fichier design.css
/* --------------------------------------
design.css
Contient les conteneur, fortement dépendant du design.
--------------------------------------*/
/* Corps du site
--------------------------------------*/
*{
margin:0;
padding:0;
font-size:100%;
}
body{
background-color:#000000;
font-size:12px;
font-family:Verdana,Arial,Helvetica,sans-serif;
color:#E9E1E1;
margin:0;
padding:0;
}
/* Rollover des boutons de la speed barre
--------------------------------------*/
a.button
{
display:block;
float:left;
color:#edfff0;
height:26px;
text-decoration:none;
background:#EF5800;
text-align:center;
padding:0px 20px;
padding-top:10px;
border-left:2px solid #000000;
}
a:hover.button
{
background:#000000;
color:#E9E1E1;
text-decoration:none;
}
/* Conteneurs
--------------------------------------*/
div#header
{
padding-top:9px;
margin-bottom:9px;
}
div#sub_header{
height:40px;
background:url("images/sub_header.gif") repeat-x;
margin-top:-2px;
}
div#sub_header_left{
height:40px;
width:10.75em;
background:url("images/sub_header_l.jpg") no-repeat;
float:left;
}
div#sub_header_right{
height:38px;
float:right;
padding-top:2px;
}
div#compteur{
position:absolute;
top:112px;
left:20px;
color:#FEFEFE;
}
div#left_menu{
float:left;
width:156px;
margin:0;
margin-right:0px !important;
margin-right:-3px;
margin-left:5px;
padding-top:10px;
}
div#main{
min-width:450px;
overflow:hidden !important;
height:auto !important;
overflow:visible;
height:1%;
padding-bottom:30px;
}
div#right_menu{
float:right;
width:156px;
margin-left:0px !important;
margin-left:-3px;
margin-right:5px;
padding-top:10px;
}
div#links{
width:96%;
margin:auto;
background:#000000;
margin-top:10px;
margin-bottom:10px;
padding-top:2px;
padding-bottom:4px;
border:1px solid #E9E1E1;
font-weight:bold;
}
div#footer{
background-color:#333333;
text-align:center;
border
olid 1px #FEFEFE;padding:0.75em;
clear:both;
}
div#footer span{
font-size:11px;
}
mais j'ai peur de faire une bétise..
que dois-je modfier?
bestdm
Crunchfamily Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre Crunchfamily
- Inscrit le : 23/09/2008
un autre conseil pour poster du code utilise les balises du bbcode ( http://www.phpboost.com/faq/faq.php?id=9&question=84#q84 ) sinon c'est pas très lisible et essaye de poster ta fichier en entier sinon tu risques de faire un erreur en collant la réponse.
Édité par Crunchfamily Le 06/11/2008 à 16h23
Crunchfamily Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre Crunchfamily
- Inscrit le : 23/09/2008
Édité par Crunchfamily Le 06/11/2008 à 16h44
Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie
