[jQuery] Re: Changing the width of a superfish vertical menu

2008-08-27 Thread Shloime
Thanks so much. Does the width need to be in em or can can I use any other units, like px? On Aug 27, 7:47 am, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Hi Shloime, > > Simply change the ul element's width property within the CSS. Here is > a link to the

[jQuery] Changing the width of a superfish vertical menu

2008-08-27 Thread Shloime
Hi, Would anyone know if and how it is possible to change the width of a vertical Superfish menu (the main panel)? Thanks, Shloime

[jQuery] Changing the width of a superfish vertical menu

2008-08-27 Thread Shloime
Hi, Would anyone know if and how it is possible to change the width of a vertical Superfish menu (the main panel)? Thanks, Shloime

[jQuery] Re: .hover() issue

2007-10-22 Thread Shloime
mate({width: 325}, 1500, function() { > $(this).hover(expand, contract); }); > }; > > The reason this works is that, when you hover, this immediately > disconnects the hover until the animation is completed. Then, it simply > reconnects the hover again. I haven't tested it

[jQuery] .hover() issue

2007-10-22 Thread Shloime
and contract continuously for as long as you leave your mouse in the green area (in IE it will stop after a few loops but in FF it goes on forever). How can I prevent this from happening? Thanks, Shloime

[jQuery] Continuous Animation Firefox Problem

2007-10-18 Thread Shloime
as long as you leave your mouse in the green area. This doesn't happen in IE but it happens in Firefox. How can I prevent this from happening? Thanks, Shloime