Bonjour tout le monde,
Voilà j'ai un souci qui ne se produit que sous IE : le contenu de la page est partiellement affiché, j'ai l'impression que cela viens des float que j'utilise mais je n'arrive pas à savoir pourquoi, je cherche depuis 2 jours et je m'en remet à vous parce que je suis à bout
Donc comme un exemple vaut mieux qu'un long discours voici l'url en question : www(.)webaxis(.)fr avec comme login/pass : dev/dev
Essayez les pages Prestation et services, et Presse sous Firefox et sous IE, vous verez qu'IE n'affiche pas les premiers <p> de la page...
Voici ma feuille de style :
Merci d'avance pour votre aide !
Modifié par vallica (13 Jul 2007 - 08:18)
Voilà j'ai un souci qui ne se produit que sous IE : le contenu de la page est partiellement affiché, j'ai l'impression que cela viens des float que j'utilise mais je n'arrive pas à savoir pourquoi, je cherche depuis 2 jours et je m'en remet à vous parce que je suis à bout
Donc comme un exemple vaut mieux qu'un long discours voici l'url en question : www(.)webaxis(.)fr avec comme login/pass : dev/dev
Essayez les pages Prestation et services, et Presse sous Firefox et sous IE, vous verez qu'IE n'affiche pas les premiers <p> de la page...
Voici ma feuille de style :
html {font-size: 100%;}
body{
margin:0px;
padding:0px;
font-family:arial;
font-size: .7em;
}
h1{
font-size:1.6em;
color:#666666;
}
h2{
font-size:1.1em;
color:#A40079;
}
b{
color:#A40079;
}
img{
border:0;
}
p{
margin:0px;
text-align:justify;
line-height:18px;
}
#mainTable{
margin:0px;
padding:0px;
width:100%;
border-collapse:collapse;
}
#mainTable td{
margin:0px;
padding:0px;
border: 0px dashed #000;
}
#mainTable tr{
margin:0px;
padding:0px;
}
#listeMenu{
list-style-type:none;
}
#listeMenu li{
margin:10px 10px 10px 0px;
font-size:13px;
font-family:verdana;
padding-left:60px;
}
#listeMenu li a{
width:160px;
padding-right:5px;
text-decoration:none;
border-right:3px solid #666666;
color:#444444;
display:block;
text-align:right;
}
#listeMenu li a:hover{
border-right:5px solid #BB008C;
background-color:#efefef;
padding-right:3px;
}
h1.interrogation{
margin:0px;
background-image:url('../img/puce_interrogation.jpg');
background-repeat:no-repeat;
background-position:left;
padding-left:45px;
height:35px;
padding-top:18px;
}
h1.prestations{
margin:0px;
background-image:url('../img/puce_prestations.png');
background-repeat:no-repeat;
background-position:left;
padding-left:45px;
height:35px;
padding-top:18px;
}
h1.charte{
margin:0px;
background-image:url('../img/puce_charte.jpg');
background-repeat:no-repeat;
background-position:left;
padding-left:45px;
height:35px;
padding-top:18px;
}
#journal1{
display:block;
float:left;
margin-right:30px;
width:181px;
height:206px;
background: url('../img/journal1_small.jpg') no-repeat 0 0 ;
}
#journal1:hover{
background: url('../img/journal1_small.jpg') no-repeat 0 -206px ;
}
#journal2{
display:block;
float:left;
margin-right:30px;
width:181px;
height:206px;
background: url('../img/journal2_small.jpg') no-repeat 0 0 ;
}
#journal2:hover{
background: url('../img/journal2_small.jpg') no-repeat 0 -206px ;
}
#journal3{
display:block;
float:left;
margin-right:30px;
width:181px;
height:206px;
background: url('../img/journal3_small.jpg') no-repeat 0 0 ;
}
#journal3:hover{
background: url('../img/journal3_small.jpg') no-repeat 0 -206px ;
}
Merci d'avance pour votre aide !
Modifié par vallica (13 Jul 2007 - 08:18)