That seems like a good use to me!

--John



On Thu, Feb 12, 2009 at 10:21 PM, Chris <cpot...@siolon.com> wrote:
>
> I ventured into feature detection, and I want to make sure I'm doing
> this the "right" way. Basically the fx on the jQuery UI tabs causes
> aliasing in IE 6/7 (but not 8). Instead of checking for those browsers
> the old way I thought this is the right way.
>
>        if (!$.support.opacity) {
>                $(".ui-tabs > ul").tabs();
>        }
>        else {
>                $(".ui-tabs > ul").tabs({
>                fx : {
>                        height: 'toggle',
>                        opacity: 'toggle'
>                }
>                });
>        }

Reply via email to