I’ve got a drop down menu on the ‘more’ link, but if you are scrolled down in the page at all when you click the fixed position menu ‘more’ the page jumps automaticaly to the top. Why is this? And can i change this? Thanks a lot
Edit: I’ve change the link from href=”#” to href=”www.google.com” because I’d like for a link to be there incase js does not load. Also adding return false cause all my links inside the ul to break. Any ideas?
Just remove the
href="#"part from the link, that’s what causes it and it’s not needed as you’ve already got the onClick event.