>> I have a print stylesheet for a Web site that isn't working the way >> I'd like in IE, but it works fine in FF. >> >> The Web site has one main styelsheet >> (http://www.azbof.gov/stylesheets/main.css) that imports the print >> stylesheet: @import url(print.css) print, handheld;
> Experimenting somewhat, I found that IE isn't reacting on a > media-type property in the @import rules. For instance, if I add > "screen" to the common.css, the common.css isn't loaded in IE. FYI: IE/win is looking for a stylesheet with a completely different name. I use that odd behavior/bug to feed separate stylesheets to IE/win... <http://www.gunlaug.no/contents/wd_additions_12.html> ...which also means I can feed a stylesheet that IE/win can't see, in case I should ever need one. As am option to html links for print, etc.: I use '@media print/screen/handheld/projection' rules in stylesheets to separate media-specific styles... <http://www.gunlaug.no/contents/wd_1_04.html> ...which means I can import them from the main stylesheet without having to set a media attribute on the @import. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/