XSLT & CSS vs. Firefox?

I'm working on an index of promotional sites for work, and I've run into a weird browser issue.

Essentially, I'm using XSLT with an external stylesheet. It looks great in Opera and Safari.

However, when I open it in Firefox or Camino, it ignores the background color as defined in the CSS.

I've tried everything. Moving the CSS inline doesn't help, neither does defining the color in the old school <body bgcolor=??????> way.

Has anyone encountered this before? I could really use a workaround.

Anonymous2008-02-23T20:51:34Z

Favorite Answer

What does it look like in IE7? Design for FF 2.0.0.12 and IE7 and you'll satisfy 99% of your visitors.

catbertnc2008-02-24T04:54:37Z

I've never had any problems with defining BG colors in CSS. I can't say for sure without seeing the code, but I'd guess it has something to do with the syntax.