bp_travis
07-05-2007, 07:50 AM
Hello. I want to do the IE 5.2 Mac bug where it imports a special style sheet for itself. I want to put the backslash hack in the main CSS file so when it sees that it goes to the one for itself. I want to avoid putting it in the head. Is this the "correct" syntax for placing it in CSS?
/*\*//*/
@import "ie5mac.css";
/**/
/*\*//*/
@import "ie5mac.css";
/**/