This is my first post, so far I've manage to get by through just reading what everyone else has to say but I'm afraid I need some specific help and hopefully I'll understand a little bit better.
I am creating a sidebar jQuery drop down navigation for a site. It's a simple drop down I'm after that when the user mouses over they will see more sub-links should there be any. Here's the XHTML I've written for it.
I need the list items underneath "Our Projects" to drop down when hovered over and disappear when the mouse moves away. The jQuery code I've come up with either hides everything or hides nothing when I mouse over.
I was hoping I wouldn't have to embarrass myself by doing that. I was hoping someone would just be able to look at the XHTML and give me the jQuery code. Better yet would be someone who could talk me through what each bit of the code was doing.
Thanks for your reply, I have Googled it already and looked at a similar effect to the one Jeffrey @ detatcheddesigns.com demonstrated in a jQuery tutorial on there but I couldn't get it to work. I suppose I'll keep trying.
But I've tested this with more than one subnav and of course, when you mouse over one topnav list item it slides down all subnav list items, not just set you want when you hover over the topnav one that you want.
This is my first post, so far I've manage to get by through just reading what everyone else has to say but I'm afraid I need some specific help and hopefully I'll understand a little bit better.
I am creating a sidebar jQuery drop down navigation for a site. It's a simple drop down I'm after that when the user mouses over they will see more sub-links should there be any. Here's the XHTML I've written for it.
I need the list items underneath "Our Projects" to drop down when hovered over and disappear when the mouse moves away. The jQuery code I've come up with either hides everything or hides nothing when I mouse over.
All help will be gratefully received.
Regards
Adam
Have a look what the code is doing and go from there -
I suppose I'll keep trying.
XHTML
jQuery
But I've tested this with more than one subnav and of course, when you mouse over one topnav list item it slides down all subnav list items, not just set you want when you hover over the topnav one that you want.
Any help will be gratefully received.