Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problem with background image in Safari 3 and IE 7 – Re: Problem with background image in Safari 3 and IE 7 –

#59618
ramiro
Member
"superprakash" wrote:
Hi,

Yes i noticed that problem. please remove that bgcolor or Transpernt

body{
background: url(boxes_top.jpg) repeat-x top left;

}

now its working i also checked

The problem is with the boxes.jpg in the html

Code:
html{
background: url(a/i/boxes.jpg) 50% bottom;
}

If I set the background position to top the boxes images move depending on the content and if I set to bottom the boxes stays in place, when I make my browser window taller I can see more boxes, that’s what I want but in safari 3 and ie7 the boxes images moves and I don’t know why? that break the illusion that boxes_top.jpg and boxes.jpg are just 1 image.

I hope that there is a solution for this