[résolu]difference de pixel entre FF et IE
Publié : 04 oct. 2008, 21:16
Bonjour à tous,
J'ai une différence d'interprétation de pixel entre IE et FF,Opera.
Dans opera et FF sous Linux et windows c'est pareille , mais sous IE non.
Je m'explique:
Dans mon css j'ai un bloc comme ceci qui est bien interprété partout et par tous notamment " top:184px;":
#principal {
border-style: solid;
border-width: 1px;
border-color:#800000;
background-color: #fffdd7;
padding-left:10px;
padding-right:10px;
position: absolute;
top: 184px;
left: 0px;
width: 665px;
height: 950px;
}
et j'ai un autre bloc qui lui est mal interprété par IE le " top: 155px;" est sous IE a 150px
#navlist {
padding: 0 1px 1px;
position: absolute;
top: 155px;
left: 1px;
margin-left: 0;
font-family: Verdana,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 12px;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
}
#navlist li {
border-top: 1px solid gray;
margin: 0;
list-style-type: none;
list-style-image: none;
list-style-position: outside;
display: inline;
Est ce que qqun sait pourquoi un bloc est bien interprété et l'autre non ??
Merci d'avance
la page en question est la : www.fuerteventura-losaloes-apartamentos.com
Message envoyé avec : Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3
J'ai une différence d'interprétation de pixel entre IE et FF,Opera.
Dans opera et FF sous Linux et windows c'est pareille , mais sous IE non.
Je m'explique:
Dans mon css j'ai un bloc comme ceci qui est bien interprété partout et par tous notamment " top:184px;":
#principal {
border-style: solid;
border-width: 1px;
border-color:#800000;
background-color: #fffdd7;
padding-left:10px;
padding-right:10px;
position: absolute;
top: 184px;
left: 0px;
width: 665px;
height: 950px;
}
et j'ai un autre bloc qui lui est mal interprété par IE le " top: 155px;" est sous IE a 150px
#navlist {
padding: 0 1px 1px;
position: absolute;
top: 155px;
left: 1px;
margin-left: 0;
font-family: Verdana,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 12px;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
}
#navlist li {
border-top: 1px solid gray;
margin: 0;
list-style-type: none;
list-style-image: none;
list-style-position: outside;
display: inline;
Est ce que qqun sait pourquoi un bloc est bien interprété et l'autre non ??
Merci d'avance
la page en question est la : www.fuerteventura-losaloes-apartamentos.com
Message envoyé avec : Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3