PDA

View Full Version : IE ignores 'background-repeat' setting upon viewport resize.


monokoi
25th July 08, 08:54 PM
hello,

in my current layout the IE ignores the 'background-repeat:repeat-y;' setting upon resizing the viewport. Decrease the viewport's width far enough for a decent scrollbar to appear, then scroll to the right. The background is not displayed properly. FF has no issue with this.


Link to project (http://test.praxis-loewenhardt.de/)

Any ideas to help me out please?



html,body{
height:100%;
margin:0;
padding:0;
background-color:#d7d8d8;
background-image:url(images/familien_therapie_bg.jpg);
background-repeat:repeat-y;
background-position:center;
}
#container{
width:100%;
height:100%;
/*background-color:#00ffff;*/
}
#header{
width:960px;
height:141px;
position:absolute;
left:50%;
margin-left:-480px;
background-image:url(images/familien_praxis_logo.jpg);
/*background-color:#ff00ff;*/
}
#contentwrapper{
position:absolute;
top:141px;
width:960px;
left:50%;
margin-left:-480px;
/*background-color:#0000ff;*/
}
#navigation{
width:200px;
margin-left:166px;
float:left;
background-color:#d700ff;
}
#content{
width:369px;
margin-right:225px;
float:right;
background-color:#10f2f2;
}
#clearfloat{
clear:both;
}

simonpeterong
31st July 08, 02:46 AM
I don't see any problem with it. Can you provide a screenshot of it when you view the problem on your computer?

a.g.r.c
1st August 08, 02:13 PM
I also see no problem.