Probleme sous ie

Probleme sous ie - HTML/CSS - Programmation

Marsh Posté le 10-01-2006 à 12:05:33    

Voila
 
Sous firefox sa marche impeccable mais sous ie sa ne fonctionne, la colonne de gauche est sur le footer et j'aimerais quel soit en dessous le footer comme sur mozilla.
 
Existe t'il une solution? un hack? voici mon adresse htt://www.lost-lesdisparus.net
 
et mon code css
   /* body */
 
body, html {
scrollbar-face-color: #ffffff;
scrollbar-arrow-color: #898989;
scrollbar-shadow-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
 
margin: 0px;
padding: 0px;
background-color:#FEFEFE;
font-size: 7pt; color:#000000; font-family: Tahoma; font-weight: normal
 
}
 
/******* design *******/
 
.layout {
position:absolute;
top: 0px;
left: 45px;
margin: 0px;
padding: 0px;  
background: url(../design/haut.jpg) no-repeat;
width: 800px;
height: 405px;
text-align: left;
}
 
.bas {
float : left;
position:absolute;
top: 404px;
left: 45px;
margin: 0px;
padding: 0px;
background: url(../design/bas.gif) repeat-y ;
width: 800px;
_height:100%;
text-align: left;
}
 
.colonnegauche {
 
 
 
position:RELATIVE;
top: 7px ;
left:71px;
font-family:verdana;
font-size:8px;
color:#000000;
font-weight:bold;
width: 210px;
height: AUTO;
text-align: left;
}
 
.colonnedroite {
 
position:absolute;
top: 7px;
left: 286px;
width: 474px;
height: AUTO;
text-align: left;
 
}
 
.footer {
 
clear: both;
 
top:100%;
background: url(../design/footer.jpg) no-repeat;
width: 800px;
height: 80px;
text-align: left;
}
 
 
 
.footertexte {
 
 
position:RELATIVE;
Top: 18px;
left:300px;
font-family:verdana;
font-size:8px;
color:#FFFFFF;
font-weight:bold;
width: 419px;
text-align: left;
}

Reply

Marsh Posté le 10-01-2006 à 12:05:33   

Reply

Marsh Posté le 10-01-2006 à 12:33:15    

je ne vois pas le problème. Je ne vois pas de différence notable entre FireFox & Internet Explorer


---------------
my flick r - Just Tab it !
Reply

Marsh Posté le 10-01-2006 à 12:36:33    

si regarde en bas a gauche la colonne de gauche deborde un peu sur le fond blanc du footer alors que sur ff non il est impec sa deborde pas

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed