Thanks Charlie, that's a great help. I am going to use that as a
starting point.

On Jun 2, 7:00 pm, Charlie <charlie...@gmail.com> wrote:
> not a perfect solution but you won't see any subs for any of the time cursor 
> is over "Home"
> $(".sf-menu li:eq(0)").hover(
>   function () {
>     $(".lower").css("left","-999em");
>   },
>   function () {
>     $(".lower").css("left","0em");
>   }
> );

Reply via email to