Bonjour,
J'espère qu'il y a des amateurs de problème de compatibilité navigateur, car j'ai un soucis qui est très particulier.
J'ai créer mon site sur dreamweaver et en le mettant en ligne après vérification, je me suis aperçu que IE6 ne gérai pas correctement le placement de mes deux images div "bg_top_accueil.png" et "bg_accueil.jpg".
En effet, il y a un écart qui varie en fonction du texte contenu dans ma div "gbox-grd"
Voici mon site: www.closerie.fr/accueil.html [/url=]
ma question est la suivante, est-ce qu'il est possible de palier à ce problème pour que la page sois compatible avec IE et Firefox.
Je vous mets mon code
J'espère que vous pourrez m'aider, car là j'ai testé plein de trucs et je suis à cours d'idée.
J'espère qu'il y a des amateurs de problème de compatibilité navigateur, car j'ai un soucis qui est très particulier.
J'ai créer mon site sur dreamweaver et en le mettant en ligne après vérification, je me suis aperçu que IE6 ne gérai pas correctement le placement de mes deux images div "bg_top_accueil.png" et "bg_accueil.jpg".
En effet, il y a un écart qui varie en fonction du texte contenu dans ma div "gbox-grd"
Voici mon site: www.closerie.fr/accueil.html [/url=]
ma question est la suivante, est-ce qu'il est possible de palier à ce problème pour que la page sois compatible avec IE et Firefox.
Je vous mets mon code
html, body, h1, h2, h3, h4 {
margin: 0;
padding: 0;
}
h1 img {
display: block;
}
img {
border: 0;
}
a {
color: #464544;
}
a:hover {
color: #666666;
}
.left {
float: left;
}
.right {
float: right;
}
.more {
text-align: right;
}
.clear {
clear: both;
}
body {
background: url(images/bg.jpg);
text-align: left;
font: 12px arial, sans-serif;
color: #464544;
padding-bottom: 10px;
}
#outer {
background: top left url(images/bg.jpg) repeat-x;
padding-top: 30px;
}
/** layout **/
#wrapper {
text-align:left;
margin: auto;
width: 798px;
position: relative;
background: url(body_bg.gif) no-repeat;
}
#body-bot {
background: bottom left url(images/bg_accueil.jpg) no-repeat;
}
#body-top {
behavior: url(iepngfix.php);
background: url(images/bg_top_accueil.png) no-repeat;
min-height: 580px;
_height: 580px;
padding-bottom: 57px;
}
/** logo entete **/
#logo {
width: 25em;
text-align: center;
}
#logo h1 {
color: #6F7033;
font: 22px "Arial narrow", arial, sans-serif;
line-height: 1;
padding-top: 0.8em;
}
#logo p {
overflow: hidden;
color: #464544;
font: 16px "Arial narrow", arial, sans-serif;
margin: 0;
}
/** menu **/
#nav {
margin-top: 100px;
}
#nav li {
list-style: none;
float: right;
background: left center url(images/arr.gif) no-repeat;
padding-left: 10px;
padding-right: 30px;
}
#nav a {
color: #000;
text-decoration: none;
font-weight: bold;
}
#nav a:hover {
color: grey;
}
/** fond texte principal **/
#gbox {
width: 380px;
margin-top: 60px;
margin-left: 0px;
}
#gbox-bg {
background: url(images/white_top.png) repeat-y; }
#gbox-grd {
background: bottom url(images/white_bot.png) repeat-x; }
#gbox-top {
background: url(images/white_top.png) no-repeat; height: 24px; }
#gbox-bot {
background: bottom left url(images/white_top.png) no-repeat; height: 0px; }
#gbox-grd {
min-height: 350px;
padding:0px 24px;
}
#gbox h2 {
font: bold 14px arial, sans-serif;
color: #000;
margin: 0;
}
#gbox p {
margin: 1em 0;
}
#features {
background:;
padding: 14px;
margin: 0 -14px;
}
#features h2 {
position: relative;
}
#features ul {
float: left;
width: 49%;
margin: 1em 0;
padding: 0;
}
#features li {
list-style: none;
margin-left: 8px;
}
/** footer **/
#newsletter, #events {
float: left;
width: 49%;
margin-top: 1em;
}
#newsletter h2, #events h2 {
color: #fff;
}
#newsletter .text {
width: 125px;
}
#newsletter form {
margin: 0.3em 0 0.6em 0;
}
#newsletter p {
margin: 0.3em 0;
font-size: 10px;
}
#newsletter a {
color: #000;
}
#events {
margin-left: 6%;
width: 38%;
}
#events ul {
margin: 0.3em 0;
padding: 0;
}
#events li {
list-style: none;
margin: 0;
padding: 0;
}
#copyright {
font-size: 9px;
color: #fff;
margin-top: 60px;
}@charset "UTF-8";
/* CSS Document */
J'espère que vous pourrez m'aider, car là j'ai testé plein de trucs et je suis à cours d'idée.