Click to See Complete Forum and Search --> : IE 5.2 Mac Backslash Hack


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";
/**/

toicontien
07-05-2007, 03:15 PM
That looks correct. Does it work in IE5-Mac and in no other browsers? That would be the telltale sign. :)