Talking to Mac IE in HTML

D

dorayme

Anyone happen to know straight off if there is a way to talk only
to Mac IE in the html in the style of this recently posted useful
list:

<!--[if gte IE 5.5 & lte IE 6]>
<p>Content for IE 5.5 through IE 6</p>
<![endif]-->

<!--[if lte IE 6]>
<p>Content for IE 6 or less. No support for IE 4 or less</p>
<![endif]-->

<!--[if lt IE 7]>
<p>Content for IE less then 7. No support for IE 4 or less</p>
<![endif]-->

<!--[if gte IE 7]>
<p>Content for IE 7 and up</p>
<![endif]-->

<!--[if !IE]> <-->
<p>Content for browsers that are not IE.</p>
<!--> <![endif]-->

?
 
B

Bergamot

dorayme said:
Anyone happen to know straight off if there is a way to talk only
to Mac IE in the html

<!--[if gte IE 5.5 & lte IE 6]>

I believe conditional comments are just for Windows IE

BTW, Mac IE is a dead browser. If it's having trouble with your CSS,
consider feeding it a reduced stylesheet. Mac IE doesn't support @media
rules, so that's one way to hide CSS from it. There are others.

http://centricle.com/ref/css/filters/
http://www.digbyswift.com/development/css/filters/
 
D

dorayme

Bergamot said:
dorayme said:
Anyone happen to know straight off if there is a way to talk only
to Mac IE in the html

<!--[if gte IE 5.5 & lte IE 6]>

I believe conditional comments are just for Windows IE

BTW, Mac IE is a dead browser. If it's having trouble with your CSS,
consider feeding it a reduced stylesheet. Mac IE doesn't support @media
rules, so that's one way to hide CSS from it. There are others.

http://centricle.com/ref/css/filters/
http://www.digbyswift.com/development/css/filters/

Yes, thanks Berg. Mac IE is just something sentimental for me. I
will give it some more thought when I am clearer headed (unless
someone wants to offer an actual solution)

If anyone is interested, this came up this morning for me when I
found that an css em dimmed pic was not behaving well at all in
Mac IE, (I sometimes do this with logos and it works well with
many browsers... but in Mac IE, it gets to be badly pixelated...

So I was wanting to let only Mac IE in the html to see something
like <img src="" width="527px" etc as per usual. But all the
main other browsers to see more like <img style="width:10em"
src="" alt="">. And, being Sunday morning, am not thinking
clearly. <g>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top