PDA

View Full Version : trying to import two style sheets to seperate out the users ...


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?

rmedek
04-30-2005, 06:39 PM
I've never had any luck with that trick... I've always used this one, it seems to work great:

http://www.l-c-n.com/IE5tests/hiding/

Hope it helps,

Crs2005
05-01-2005, 02:03 AM
Richard,

Excellent link, thanks. I've added it to my growing arsenal.

I discovered what my problem was (and it's within that url). I'd forgotten a /

This was the solution that worked for me:

/* \*/
this is hidden from IE5/Mac
/* */

From now on, I'll be sidelining IE5/Mac and getting on with the designs.

Crs