I was testing a background done in CSS. My question is why will the container background show up in IE but not firefox? Is there a way to fix this or what?
I just find it odd that the main background will work but the container background doesn't.
Here is the css.
"#main {
background-image:url(images/main_bg.gif);
background-repeat: repeat-y;
display:block;
width:768px;
height:auto;
}
#content {
background-image:url(images/content_bg.gif);
background-repeat: repeat-y;
width:768px;
}"


LinkBack URL
About LinkBacks
Reply With Quote

