Yeah technically that works, but the problem is the CSS does need to
be reset after the animation finishes or else it cuts the menu off.
I've uploaded a video to Youtube that will show what happens. Its
still processing the upload but should be done soon:
http://www.youtube.com/watch?v=Yll3q2O6MR
I think if you reverse the parameters you're passing to stop() then
that should achieve what you're after.
You want to clear the queue (true for first parameter) but stop the
animation where it is, not go to the end (false for second paramter).
On Aug 20, 3:16 pm, Xenongasman wrote:
> Okay, s
Okay, so this work but I got another question...
When the menu is animating down or up, if you move off it jumps to the
end and starts the animation the other way, is there a way to make it
just start sliding up from where it is?
On Aug 13, 5:45 pm, Xenongasman wrote:
> Actually the answer is a
Actually the answer is a lot simpler than I thought and something I
should have found a lot sooner.
I just needed to pass in parameters to stop() as is shown below:
$(function(){
$('#menu li').hover(
function() {
$(this).find('ul:first').c
perhaps something like unbinding the hover would work
http://docs.jquery.com/Events/unbind
On Aug 12, 12:29 pm, Xenongasman wrote:
> Any ideas?
>
> On Aug 8, 2:18 pm, Xenongasman wrote:
>
> > Yes it does work fine, except that the animations will repeat
> > themselves if you move on and off ag
Any ideas?
On Aug 8, 2:18 pm, Xenongasman wrote:
> Yes it does work fine, except that the animations will repeat
> themselves if you move on and off again quickly.
> So to remedy that I changed the script to:
>
> $(function(){
> $('#menu li').hover(
> functio
Yes it does work fine, except that the animations will repeat
themselves if you move on and off again quickly.
So to remedy that I changed the script to:
$(function(){
$('#menu li').hover(
function() {
$(this).find('ul:first').css({display:
worked fine for me in IE7 and FF3
Xenongasman wrote:
So I got a bit of a issue. I have a working dropdown menu animated on
hover with slideDown and slideUp. But the problem is if I move off and
on the menu quickly it will repeat the slideDown/Up effect. So I
thought I would add stop() righ
in template.css, line 161, #pillmenu has overflow:hidden.
remove that and your menu shows up
On Aug 4, 9:59 am, tilton27 wrote:
> Hi!
>
> I installed superfish on this sitewww.itipensa.com. The institutions
> is suppossed to be a drop down menu, but it just doesn't drop.
>
> It looks like it ge
wouldn't take long to rip out the area maps and put in a UL based menu
like superfish, would be easier to modify later also if ever need to
Paulo Henrique wrote:
Hello guys, thanks for the help last time...
now I'm coming here to ask you help to build a dropDown menu
I already built one,
10 matches
Mail list logo