Bonjour à tous,
j'ai un souci quand je réduis la fenêtre du navigateur sous Firefox le background vire sur la gauche sous IE c'est ok!
AVEC FF 2 le background bouge quand je réduis la fenêtre.
http://www.chambres-linthal.com/test/FIREFOX2.jpg
AVEC IE le background ne bouge pas
http://www.chambres-linthal.com/test/IE.jpg
voici mon code css :
Voici l'url de test :
Page de demo
une idée?
merci à tous
Modifié par koestel (14 Dec 2006 - 14:10)
j'ai un souci quand je réduis la fenêtre du navigateur sous Firefox le background vire sur la gauche sous IE c'est ok!
AVEC FF 2 le background bouge quand je réduis la fenêtre.
http://www.chambres-linthal.com/test/FIREFOX2.jpg
AVEC IE le background ne bouge pas
http://www.chambres-linthal.com/test/IE.jpg
voici mon code css :
<style type="text/css">
<!--
body {
background:#FFFFFF url(bg.jpg) repeat-x;
font: normal 80%/1em "Trebuchet MS", Verdana, Arial, sans-serif;
color: black;
margin: 0;
padding: 0 0 2em 0;
text-align: center;
}
#home {
background: url(fond.jpg) no-repeat 50% 0px;
}
#header {
border:2px solid pink;
}
#wrapper {
position:relative;
width:920px;
height:500px;
margin: 0 auto;
border:2px solid pink;
}
div#left {
width: 200px;
position:absolute;
top:0;
left:0;
border:1px solid green;
}
div#right {
width: 190px;
position:absolute;
top:0;
left:730px;
border:1px solid green;
}
div#middle {
width: 510px;
position:absolute;
top:0;
left:210px;
border:3px solid red;
text-align:left;
}
div#lienbas {
width: 550px;
position:absolute;
top:0;
left:210px;
border:3px solid red;
}
-->
</style>
Voici l'url de test :
Page de demo
une idée?
merci à tous
Modifié par koestel (14 Dec 2006 - 14:10)