gsnedders
07-10-2005, 10:48 PM
Is there an IE/Win equivalent on IE/Mac backslash hack?
I need IE/Win to ignore @import "style.css";
I've realised this isn't what I need... Give me a min to type up what I do need
So far I've got this code: /* IE Mac Hack \*/
@import "style.css";
/* End IE Mac Hack */
/* Get this style sheet, if the browser is IE5 Mac */
@import("ie.css");What I need to do is serve IE/Win ie.css, not style.css
I need IE/Win to ignore @import "style.css";
I've realised this isn't what I need... Give me a min to type up what I do need
So far I've got this code: /* IE Mac Hack \*/
@import "style.css";
/* End IE Mac Hack */
/* Get this style sheet, if the browser is IE5 Mac */
@import("ie.css");What I need to do is serve IE/Win ie.css, not style.css