[jQuery] Re: Hover does not work with a#someID ... ?

2008-07-12 Thread xbitdesigns
Ah, you're right. That was trivial. Sorry for bothering and thank you for your time. On Jul 12, 5:38 pm, Ariel Flesler <[EMAIL PROTECTED]> wrote: > #pthumbs isn't child of #display. > >        function showPNavi() >         { >                 $('#pthumbs').css('opacity','0.3').slideDown(); >    

[jQuery] Re: Hover does not work with a#someID ... ?

2008-07-12 Thread Ariel Flesler
#pthumbs isn't child of #display. function showPNavi() { $('#pthumbs').css('opacity','0.3').slideDown(); } function hidePNavi() { $('#pthumbs').slideUp(); } -- Ariel Flesler http://flesler.blogspot.com/ On 11 jul, 23