Voilà mon site ne s'affiche que sous Firefox et tout marche bien ! Mais dans IE rien, apparement ma feuille de style n'est pas prise en compte... j'ai tout essayé je comprends pas... un ptit coup de main svp ? :-)
| CODE |
body{ margin:0; padding:0; text-align:center; scrollbar-face-color:#FFF; scrollbar-shadow-color:#FFF; scrollbar-highlight-color:#8DA5AE; scrollbar-3dhighlight-color:#FFF; scrollbar-darkshadow-color:#6A7579; scrollbar-track-color:#FFF; scrollbar-arrow-color:#6A7579; } #title { padding:20px; } #main { left: 50%; top: 50%; position:absolute; width: 720px; height: 470px; background-color:#FFFFFF; border: 1px solid black; text-align: left; background: url(images/fond_menu.jpg) bottom right no-repeat #FFF; margin-top: -235px; margin-left: -360px; } #blocLeft{ width:545px; height:470px; background: url(images/fond_page.jpg) bottom left no-repeat; position:absolute; bottom:0%; float:left; } #blocRight{ width:170px; float:right; } #contenu { padding-left:20px; overflow:auto; width: 380px; height: 350px; } h1{ font-family : verdana; font-size :10px; font-style: normal; font-weight: normal; } a {text-decoration:none;} a:link {color:#6A7579;} a:visited {color:#999999;} a:hover {color:#000000; text-decoration:underline;} #menu1 { position:absolute; top: 113px; right: 22px; } #menu2 { position:absolute; top: 180px; right: 28px; } #menu3 { position:absolute; top: 253px; right: 12px; } #menu4 { position:absolute; top: 310px; right: 95px; } |