Quote:
Originally posted by jkd
Are you using external stylesheets? If so, do you have a doctype which triggers strict mode? If so, is your CSS document being served as text/css?
Upload an example... that might help.
|
I'm ressurecting this old thread because it's basically what my problem is.
I have a page (well, a lot actually, but they all use the same header/footer PHP) that validates as XHTML 1.0 Strict, and the CSS validates as well.
In Mozilla (and in Opera 7's Full Screen mode, though that may be a bug in the beta), If I take the DOCTYPE out, the external CSS file loads fine, but if I put it back in, it seems like the CSS just isn't included.
Any ideas? Thanks!
-andrew