Just a quick note regarding previous post #163.

Apologies for my lack of knowledge on CSS and browsers for that matter...

The short of it is :
I had a background-image defined for <body>
However, I did not have a background-color set for <body>

I am test with Firefox and IE .
The browsers seem to behave a little different on cache

In a case in which the background-color is not defined the browser will default
to browsers background-color defaults, then render the background-image.

Firefox seems to cache things so that subsequent “refresh” requests do not “flash”
with a background color first - default or defined.

IE seems to “flash” the background color first then then render the background-image
- default or defined – every time on subsequent “refresh” requests

Browser Issue … tons of info on the web about this …
DANG! that common knowledge thing, seems I was the last to know …..

Huh , I guess I never noticed before …..


Best Regards