Hi list,

As far as I know, browsers should ignore
@import url(style.css);
if it is not at the very first place in a css-file --
exclusively comments, of course.


How save and usefull is the following constuction:

--------------------------------------------
/* my.css with date of creation etc. */

body {margin: 0; etc.}

/*

lot of
styles
here.

*/

@import url(msie.css);
--------------------------------------------

I know, that MSIE/PC will import "msie.css" against the rules.
Does any other browser import it too, or can I use it as a hack?


Thanks in advance, Uwe Kaiser <[EMAIL PROTECTED]>

______________________________________________________________________
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/

Reply via email to