|
Posted by dorayme on 11/11/06 22:16
In article <4rms0gFs43ihU1@mid.individual.net>,
Bergamot <bergamot@visi.com> wrote:
> dorayme wrote:
> > 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>
--
dorayme
[Back to original message]
|