Hello All,
I've had this issue since Firefox 3 has been released, and just got around to trying to fix it now.
It appears that FF3 is removing the background attribute from the CSS when loaded.
Offending Site is here: http://www.surpassarcade.com/
You will notice the difference right away when loading in IE.
This is the code in the CSS file:
But when FF3 loads it, it produces:Code:body { margin:0; padding:0; min-height: 100%; background: #4e8333 url('../images/container_bg.jpg') top repeat-x left; text-align: center; /* for IE */ height: 100%; }
(obtained via Firebug)Code:body { height:100%; margin:0; min-height:100%; padding:0; text-align:center; }
Has anyone else had this problem or know why its occurring?
Thanks.






at the top of 2 of the css files. If you don't know what a BOM is then read Tommy's sticky thread in the html forum about character encoding. Suffice to say you should remove those characters and stop your editor from outputting them in the first place

Bookmarks