I like the new CSS options for screen/print/etc, but I've found that the way webskin:importCSS imports up the tree causes a problem in IE6.0 on Windows.
IE simply aborts an import if anything's between the document and command end .... @import ("blah.css") <--here--> ;
http://archivist.incutio.com/viewlist/css-discuss/31274
My nasty patch for "all" type CSS documents is to set the CSS media to be "/**/" from within FarCry.
You could just change your custom tag call to the following:
<skin:importCSS type="link">
This will produce something like:
<link rel="stylesheet" type="text/css" media="all" href="/b230ora/css/dmScreen_design2.css" />
-Brendan http://farcry.daemon.com.au
--- You are currently subscribed to farcry-dev as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
