On 3 Jan., 05:24, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Hi,
>
> I just installed the jQuery UI Tabs / Tabs 3 and I am using the fading
> version. My CSS won't validate now. Any suggestions on fixing this?
> Thanks. -chris

IE uses a proprietary property (instead of CSS 3 - in fact they
invented that property long before CSS 3) for setting the opacity.

jQuery removes that (inline) style after animation is completed
although, thus it shouldn't account for validation. If you're using
the style sheet that comes with the tabs download and you don't need
any styles for disabled tabs remove the rule for ".ui-tabs-disabled"
which contains the declarations for opacity (or just remove the
proprietary filter declaration and leave opacity for CSS 3 capable
browsers). After that the style sheet should validate as CSS 3.

--Klaus

Reply via email to