Posted by dorayme on 11/11/06 20:31
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]-->
?
--
dorayme
Navigation:
[Reply to this message]
|