Bonjour,
Je viens vous demandé de m'éclairer, je bute sur une erreur d'écriture de mon css au niveau de mon footer, vous conviendrez en regardant ma page de démo ( http://www.dieteticien-nutritionniste-sante.com/essai/ ) , qu'il y a un décalage de la colonne de gauche.
Voici mon code css correspondant:
/* FOOTER */
footer { width: 100%; position: absolute; z-index: 95; left: 0; clear:both; background: url(../images/footer-border.png) repeat-x top center rgba(198, 226, 81, .7); }
footer { /width: 100%; /position: absolute; /z-index: 95; /left: 0; /clear:both; /background: url(../images/footer-border.gif) repeat-x top center rgba(198, 226, 81, .7); }
footer span { color:#fff; font-weight:bold;}
.col3 { position: relative; float:left; left:-90px; bottom:-30px; width: 23px; z-index: 96;}
.col3 img {border:none;}
footer a { color:#5b5b5b; text-decoration: none; outline:none;}
footer a:hover{ color:#5b5b5b; text-decoration: underline}
#blocfooter {display:block; width:780px; background:none; margin:10px auto; padding:10px; color:#fff;}
#blocfooter div { padding:5px 0px 10px 0px; }
#blocfooter div a { padding:5px 10px 10px 10px; }
div#ex1 { float: left; left:0px; width: 250px; height: 280px; margin-right: 10px; background: rgb(148, 182, 9); background: rgba(148, 182, 9, 0.5);}
div#ex2 { overflow: hidden; height: 280px; background: rgb(148, 182, 9); background: rgba(148, 182, 9, 0.5);}
div#ex3 { float: right; width: 250px; height: 280px; margin-left: 10px; background: rgb(148, 182, 9); background: rgba(148, 182, 9, 0.5);}
#legal { margin:0 auto; padding: 10px 15px 20px 15px; background:#c6e251; border-top:thick dotted #5b5b5b;}
.website {float: right;}
j'ai suivi le tuto de Raphael Goetter (alsacréation) pour la création des colonnes mais là je ne comprend pas pourquoi ce décalage
Une idée ?
Modifié par dafid5 (07 Oct 2011 - 08:16)
Je viens vous demandé de m'éclairer, je bute sur une erreur d'écriture de mon css au niveau de mon footer, vous conviendrez en regardant ma page de démo ( http://www.dieteticien-nutritionniste-sante.com/essai/ ) , qu'il y a un décalage de la colonne de gauche.
Voici mon code css correspondant:
/* FOOTER */
footer { width: 100%; position: absolute; z-index: 95; left: 0; clear:both; background: url(../images/footer-border.png) repeat-x top center rgba(198, 226, 81, .7); }
footer { /width: 100%; /position: absolute; /z-index: 95; /left: 0; /clear:both; /background: url(../images/footer-border.gif) repeat-x top center rgba(198, 226, 81, .7); }
footer span { color:#fff; font-weight:bold;}
.col3 { position: relative; float:left; left:-90px; bottom:-30px; width: 23px; z-index: 96;}
.col3 img {border:none;}
footer a { color:#5b5b5b; text-decoration: none; outline:none;}
footer a:hover{ color:#5b5b5b; text-decoration: underline}
#blocfooter {display:block; width:780px; background:none; margin:10px auto; padding:10px; color:#fff;}
#blocfooter div { padding:5px 0px 10px 0px; }
#blocfooter div a { padding:5px 10px 10px 10px; }
div#ex1 { float: left; left:0px; width: 250px; height: 280px; margin-right: 10px; background: rgb(148, 182, 9); background: rgba(148, 182, 9, 0.5);}
div#ex2 { overflow: hidden; height: 280px; background: rgb(148, 182, 9); background: rgba(148, 182, 9, 0.5);}
div#ex3 { float: right; width: 250px; height: 280px; margin-left: 10px; background: rgb(148, 182, 9); background: rgba(148, 182, 9, 0.5);}
#legal { margin:0 auto; padding: 10px 15px 20px 15px; background:#c6e251; border-top:thick dotted #5b5b5b;}
.website {float: right;}
j'ai suivi le tuto de Raphael Goetter (alsacréation) pour la création des colonnes mais là je ne comprend pas pourquoi ce décalage
Une idée ?
Modifié par dafid5 (07 Oct 2011 - 08:16)