View Single Post
  #1 (permalink)  
Old May 1st, 2008, 18:58
AndrewChip AndrewChip is offline
Junior Member
Join Date: Dec 2007
Location: UK
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to AndrewChip
Question ie 6 background-repeat does not work

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!!
Reply With Quote