Crs2005
04-30-2005, 01:10 PM
Need help please with IE5 on the Mac.
After getting fed up, I googled and came up with the article below which convinced me to learn how to sideline IE5 Mac.
http://www.orderedlist.com/articles/dealing_with_ie5mac
So I’m trying to import two style sheets to seperate out the users, but after following their directions it is not working.
Here is the code I’m using:
<style type="text/css">
@import("iemac.css");
/* Hide from IE5/Mac */
@import url("kss.css");
/* Stop Hiding */
</style>
Here are the style sheets:
http://www.keep-it-simple-design.com/iemac.css
http://www.keep-it-simple-design.com/kss.css
Here is the page I’m working on now:
http://www.keep-it-simple-design.com/
I know the iemac.css works on ie because I’ve adjusted it from the one linked to this page:
http://www.keep-it-simple-design.com/links/index.htm
Is there anyone out there with experience on this?
After getting fed up, I googled and came up with the article below which convinced me to learn how to sideline IE5 Mac.
http://www.orderedlist.com/articles/dealing_with_ie5mac
So I’m trying to import two style sheets to seperate out the users, but after following their directions it is not working.
Here is the code I’m using:
<style type="text/css">
@import("iemac.css");
/* Hide from IE5/Mac */
@import url("kss.css");
/* Stop Hiding */
</style>
Here are the style sheets:
http://www.keep-it-simple-design.com/iemac.css
http://www.keep-it-simple-design.com/kss.css
Here is the page I’m working on now:
http://www.keep-it-simple-design.com/
I know the iemac.css works on ie because I’ve adjusted it from the one linked to this page:
http://www.keep-it-simple-design.com/links/index.htm
Is there anyone out there with experience on this?