Hey guys,
Probably an easy one which I thought I'd fixed when I remembered min-height, but still doesn't work. I have a
png fix, so that shouldn't be the problem. Works in everything else apart from ie6 where the background just doesn't appear at all...
page is at
http://www.faciodesign.co.uk/2008
CSS is as follows:
#bodyContent {
background-image: url(gfx/bodybg.
png);
background-repeat: repeat-y;
margin-right:auto;
margin-left:auto;
width: 750px;
padding-left: 75px;
padding-right: 75px;
background-position: relative;
min-height: 1px;
}
Any help would be gratefully appreciated!!