You set <BODY BGCOLOR=black> using the primative HTML attributes for the body tag. :thwack: Don't do this, use Rubah's method, better known as CSS.
Teh problem lies in your Javascript. I read through your source, and it WAS messy as Rubah had also mentioned. It looks like you have a script which cycles through background colors to make a fade in effect - this is evil and will not work right on firefox.
The problem is simply the script ends up in a white screen - which overrides your black background because the background will start off black as the HTML specifies THEN the javascript will kick in and make the fading background. I would also kill the music, or put a control up and set it to off on default![]()
I am pretty sure this will get you the answer, if not closer.
Bipper



Reply With Quote