Quote:
Originally Posted by Maj. Stress
body
body {background-image: url(bg.gif);
background-repeat: repeat}
Take the first "body" out and put a ; after repeat and see what happens
|
Well duuuuh, that extra "body" was the culprit.

me
(I wish there was a CSS validator)
I thought the ";" was if you were going to add more things to the list of attributes. I put it in and left it out and it didn't affect anything.
Well, that fixed it in Firefox but it's not appearing in IE.