Bonsoir,
J'ai un gros problème que je n'arrive pas à résoudre. J'ai cherché sur le forum et ailleurs sans succés.
Css :
Les 2 pages html :
http://ppn.jl.free.fr/temp/references.htm
http://ppn.jl.free.fr/temp/references2.htm
Regardez les 2 pages html à la suite, vous remarquerez qu'il y a un décalage du site de quelques pixels vers la gauche sur la page references2. En faite j'ai ce décalage dès que la hauteur augmente...J'ai ce décalage sur FireFox et pas sur IE. Je ne trouve pas de solution!
Merci de m'aider
Modifié par Seb1.9 (19 Aug 2006 - 12:11)
J'ai un gros problème que je n'arrive pas à résoudre. J'ai cherché sur le forum et ailleurs sans succés.
Css :
html, body {height:100%; margin:0; padding:0;}
body {background-color:#ECECEC; margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#666666; text-align:center;}
#bg {padding:0;width:820px; position:relative; margin-left:auto; margin-right:auto; height:auto;}
#container{width:820px;background-color: white;text-align: left;}
#headerh{background:url(images/header_g.jpg) no-repeat; height:120px; width:820px;}
#contenu {float:left;background:url(images/line_fd.gif) repeat-y; height:100%; width:820px;}
#footer {float:left;background:url(images/footer.gif) no-repeat; height:17px; width:820px;}
#contenuright {padding: 10px 0 20px 10px; margin:0; width:593px; height:100%;}
/* Références */
.lareference {float:left; height:100%; margin-bottom:10px; width:593px;}
.txtref {width:478px; margin:0;text-align:justify; font-family:Arial, Helvetica, sans-serif; font-size:11px; float:left; padding-top:20px;}
.blocimgref {float:left; margin:0; padding:0;}
a.imageref {border-color:#B3952F;}
a.imageref:hover img{border-color:#B3952F;filter:alpha(opacity=65);opacity: 0.65;-moz-opacity:0.65;}
a.imageref img {border: 1px solid #F6F5F5;padding:3px;margin-top:5px !important;margin-top:15px;margin-right: 7px;}
.lareference img {border:0;}
#liens { color:#B3952F; font-size:13px; text-decoration:none; padding-right: 5px; margin:0;}
.txtliens {width:593px; margin:0; padding-bottom:10px;text-align:justify; font-family:Arial, Helvetica, sans-serif; font-size:11px; height:100%;}
Les 2 pages html :
http://ppn.jl.free.fr/temp/references.htm
http://ppn.jl.free.fr/temp/references2.htm
Regardez les 2 pages html à la suite, vous remarquerez qu'il y a un décalage du site de quelques pixels vers la gauche sur la page references2. En faite j'ai ce décalage dès que la hauteur augmente...J'ai ce décalage sur FireFox et pas sur IE. Je ne trouve pas de solution!
Merci de m'aider
Modifié par Seb1.9 (19 Aug 2006 - 12:11)