lets see the html.

On Dec 7, 12:34 pm, Leonard Teo <teo.leon...@gmail.com> wrote:
> Hi guys,
>
> I'm looking for a workaround... I'm having some issues with the
> following code:
>
>         //Navbar hover
>         $('.toplevel').hover(
>                 function(event){
>                         $(this).find('.secondlevelcontainer').fadeIn(500);    
> <-- doesn't
> work in Safari/Chrome
>                 }, function(event){
>                         $(this).find('.secondlevelcontainer').fadeOut(500);   
> <-- doesn't
> work in Safari/Chrome
>                 }
>         );      //navbar hover
>
> Basically, it doesn't work in Safari and Chrome. Works fine in Firefox
> and Internet Explorer.
>
> Is there a better way to do the above code that works cross platform?
>
> Thanks!
>
> Leonard

Reply via email to