Showing posts with label background. Show all posts
Showing posts with label background. Show all posts

Thursday, May 29, 2008

Background problems on IE6

Sometimes IE6 would not render background specified in CSS. Try adding position:relative to the element.

#MyIe6Div {
background-color: red;
position: relative;
}