Hi Michiel,
You have to serve your css as text/css, currently it is served as text/plain
Change the mimesettings of your server to reflect the correct mime type
or if you have apache, do something with .htaccess (isn't it something
like AddType text/css .css )
Evert
Michiel van der Blonk wrote:
Hi,
We are having a strange problem in FF (1.06). Look at
http://test5.caribmedia.com/doctype.html
When we look at it, the validator says the HTML and CSS are flawless,
but the CSS is not applied to the page!
The same page without a doctype does apply the CSS.
http://test5.caribmedia.com/nodoctype.html
We tried several doctypes, e.g.
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
What's wrong?
Michiel
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/