Forum Moderators: not2easy
I'm very new to CSS (and HTML coding in general) so this will (hopefully) be an easy problem to solve:
I'm using CSS to display a background, it works fine in IE and Opera, but no background is displayed at all in Mozilla. Here is a copy of the CSS code used to display my background:
body {
margin: 0;
padding: 0;
background-image: url(back.gif);
}
I am aware of the transparency bug in older versions of Mozilla, but my background does not have any transparency. I have also tried using a jpg background and this doesn't change anything. I am using Mozilla 1.5
Thanks for your help!