I upgraded to Firefox 6.0, and now my website, www.selkiecomic.com, is displaying a white background instead of the usual pink. I have confirmed with friends that it affects Firefox 6, and not those with previous versions.
I asked two friends, one with the FF6 upgrade and one without, to check my website. The upgraded user said he also saw a white background instead of the usual pink. The FF5 user said he saw a pink background as per usual.
Solución elegida
Looks that it is caused by a spurious '\' that is appended to the first line in the CSS file
Firefox 6 sees that as the start of a selector (?) and ignores the body rule that follows..
/* Companion Custom CSS over-rides for [ Selkie ]: - */\Leer esta respuesta en su contexto 👍 0
Todas las respuestas (3)
Solución elegida
Looks that it is caused by a spurious '\' that is appended to the first line in the CSS file
Firefox 6 sees that as the start of a selector (?) and ignores the body rule that follows..
/* Companion Custom CSS over-rides for [ Selkie ]: - */\
Modificadas por cor-el el
That fixed it! Thanks so much!
You're welcome
You may need to reload the web page(s) and bypass the cache (I had to).
- Press and hold Shift and left-click the Reload button.
- Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
- Press "Cmd + Shift + R" (MAC)