Hi, I have this code to display two background images, on in the bottom left and one in the bottom right.
This works fine in FireFox but the "bgimage.jpg" doesnt show up in IE. Anyone have any ideas or solutions. Thanks Harro
Code:
html {
background: url(bgimage.jpg) fixed no-repeat bottom left;
}
body {
background: url(bg.jpg) fixed no-repeat bottom right;
}
This works fine in FireFox but the "bgimage.jpg" doesnt show up in IE. Anyone have any ideas or solutions. Thanks Harro




