Thanks
Afzaal.Ahmad.Zeesha, I know how to use jQuery. The problem is I want the submenu items to display above the other content instead of pushing them down, which is what happens when you use jQuey hide/show. Or is there a workaround with jQuery that can achieve
this?
Ibangajnr
Member
45 Points
95 Posts
Drop down submenu items on menu hover
Dec 21, 2012 11:29 AM|LINK
I need to use javascript (or jQuery) to drop down some submenu items when menu items are hovered. Does anybody know how to go about this?
Afzaal.Ahmad...
Contributor
2661 Points
1040 Posts
Re: Drop down submenu items on menu hover
Dec 21, 2012 12:48 PM|LINK
Its easy. Here: http://w3schools.com/jquery/jquery_hide_show.asp
From here you can learn how to show and hide a div by hovering over or clicking on another div.
~~! FIREWALL !~~
Ibangajnr
Member
45 Points
95 Posts
Re: Drop down submenu items on menu hover
Dec 21, 2012 01:46 PM|LINK
Thanks Afzaal.Ahmad.Zeesha, I know how to use jQuery. The problem is I want the submenu items to display above the other content instead of pushing them down, which is what happens when you use jQuey hide/show. Or is there a workaround with jQuery that can achieve this?
Afzaal.Ahmad...
Contributor
2661 Points
1040 Posts
Re: Drop down submenu items on menu hover
Dec 21, 2012 01:52 PM|LINK
To position them above the content use position: fixed this will position the dropdown above. Without interfering the remaining content.
~~! FIREWALL !~~
CommDev
Member
112 Points
26 Posts
Re: Drop down submenu items on menu hover
Dec 22, 2012 02:18 AM|LINK
Hi, please refer this link, you will be able to find what you like
http://apycom.com/
Anil Srivast...
Member
442 Points
292 Posts
Re: Drop down submenu items on menu hover
Dec 22, 2012 02:56 AM|LINK
see the links
http://www.alistapart.com/articles/horizdropdowns/
http://www.noupe.com/tutorial/drop-down-menu-jquery-css.html
KiaranNafade
Member
134 Points
58 Posts
Re: Drop down submenu items on menu hover
Dec 22, 2012 03:50 AM|LINK
http://www.cssportal.com/css-menu-generator/
Please "Mark as Answer" if it has helped you so another person can find it easily.