At first I though it was this: @import url('screenstyles.css') screen; I use single quotes so IE5/Mac won't see the stylesheet. But I switched to double quotes and still no luck. Removed the screen; part. Nein. not yet. Removed the conditional comments for IE in the head section: no, no, nein.
It is that. change it from @import url('screenstyles.css') screen; to @import url(screenstyles.css);
See: <http://w3development.de/css/hide_css_from_browsers/import/>
--
Kristof
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************
