Dennis Seavers wrote: > 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;
@import with media rule does not work in IE: www.w3development.de/css/hide_css_from_browsers/import/ Rainer -- www.rohschnitt.de ______________________________________________________________________ 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/
