I'm trying to make a menu using tags, and you can see it here, along with source code: http://jsfiddle.net/6wqjq/10/

But the problem is like this...try to click Menu Item One, then click Sub Menu Item One. What happens to me (using Chrome) is that slideDown actually slides the element too much, then locks it in where I want it. What can I do to fix this?

link|improve this question

Possible duplicate of jQuery slideDown Snap Back Issue. – Frédéric Hamidi Nov 14 '11 at 19:59
feedback

1 Answer

up vote 0 down vote accepted

here's a fix by specifying a width of a submenu: http://jsfiddle.net/6wqjq/12/ (in this example I made it 300px)

link|improve this answer
shweet, thanks :) – Alexandru Nov 14 '11 at 20:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.