This happens because jQuery think Opera9.2 doesn't support opacity css
parameter.
So I use this workaround:

  if($.browser.opera) {
    $.support.opacity = true;
  }


On Jan 23, 11:52 am, NeX <nex...@ya.ru> wrote:
> Can anyone help me?
> In jQ 1.3.1 andopera9.23 i can't changeopacityof element with $
> ("id").css({opacity: 1});
> In jQ 1.2.6 all works fine.
> Is there bug of jQ?
>
> Examplehttp://new.globalres.ru/index.html

Reply via email to