Introducing my first jQuery plugin — a horizontal sliding submenu. It has a couple of options and the appearance can be modified via CSS. Any comments or feedback would be greatly appreciated.
Required Files
Slide Submenu requires:
- jQuery library
- hoverIntent plugin
- Slide Subnav plugin
License
Licensed under the MIT-license.
Download
Download includes the commented version and the minified version of the plugin, as well as the demo page to save you writing the CSS from scratch.
- ssubnav1.1.zip (4.13 KB)
hello
thanks for your plugin:
Until yesterday it worked well:
today I installed Explorer 9 and sometimes the row of submenu is broken, and the last item appears on another line.
The same page with Explorer 8 and Firefox works fine. Can you suggest a solution?
The demo page works for me in IE9, there may be another CSS issue causing it in your implementation. Try playing with the z-indexes of related blocks — it might be hidden by a following element.
Hi, thanks for your reply. I solved it by setting subnav width to 105%. Not ideal but it works. Ciao