FYI: IE 4.0 and CSS comments

 
FYI.
We've found that IE 4.0 won't import stylsheets that start with a comment like this:
	/******* Created with FooWriter ******/

It can handle comments like this though:
	/*****************************************/


It also has trouble with comments like these:
	
@import url(main.css) /* foo */;

@import /* foo */ url(main.css);



Best,
Bjorn Backlund
Xanthus International AB

Received on Tuesday, 14 October 1997 12:36:03 UTC