I thought that was the point of $.support - If it doesn't support the
standard implementation, then it's false.

On Feb 14, 8:46 pm, Klaus Hartl <klaus.ha...@googlemail.com> wrote:
> On 14 Feb., 20:31, Chris <cpot...@siolon.com> wrote:
>
> > On Feb 13, 2:34 am, Klaus Hartl <klaus.ha...@googlemail.com> wrote:
>
> > > That will not avoid IE's ClearType issue, since IE is supporting
> > > opacity and you still end up in the else branch.
>
> > > I think it's one of he rare cases where you need to do browser
> > > sniffing. I don't think there's a way to find out, if the ClearType
> > > issue is happening or not.
>
> > It doesn't go in the else branch for IE 6/7 actually. It works as I
> > intend. IE 8 however does go in the else branch.
>
> Interesting. I assumed $.support.opacity would be true in IE since it
> does support it, even though not as standard CSS3 property.
>
> --Klaus

Reply via email to