powerlines2000
07-10-2008, 10:54 AM
Ok before i start crying please help.
Basicly i have a header, container and footer. The container holds my content and navigation. the code is as follows:
/*----Container----*/
div#container {
width:710px;
margin:2px auto;
background: url(../img/cross_bar.gif) repeat-y;
border:1px dashed pink;
}
div#container {
text-align:left;
}
/*----Container End----*/
The border is only there for me.
the cross_bar.gif is a one pixel high image.
You can see where this is going cant you :)
The problem.
IE gives me a nicley expanding and contracting green background depending on content size.
Firefox gives me a one pixel high image and refuses all attempts to repeat.
Is there an answer? Is there a workaround? or do i just resign myself to swearing at the computer until it goes away.
All answers welcomed with open arms.
Basicly i have a header, container and footer. The container holds my content and navigation. the code is as follows:
/*----Container----*/
div#container {
width:710px;
margin:2px auto;
background: url(../img/cross_bar.gif) repeat-y;
border:1px dashed pink;
}
div#container {
text-align:left;
}
/*----Container End----*/
The border is only there for me.
the cross_bar.gif is a one pixel high image.
You can see where this is going cant you :)
The problem.
IE gives me a nicley expanding and contracting green background depending on content size.
Firefox gives me a one pixel high image and refuses all attempts to repeat.
Is there an answer? Is there a workaround? or do i just resign myself to swearing at the computer until it goes away.
All answers welcomed with open arms.