This article mainly introduces jquery's special drop-down menu effects. A refined navigation menu will attract users' attention and make users interested in browsing the website very important, now we recommend a great navigation menu for you. For more information, see. This article describes the Special drop-down menu effects of jquery. Share it with you for your reference. The details are as follows:
This is a professional drop-down menu Effect Based on jquery. The blue drop-down menu is very classic. Whether the website has an attractive navigation will affect the user's long stay, just as the article content edited by the editor affects the long-lasting access time of the members. You must learn how to create a navigation menu in your own website style.
Run: ------------------- view the download result source code -------------------
TIPS: If the browser cannot run properly, you can try to switch the browsing mode.
Key code:
StuHover = function () {var cssRule; var newSelector; for (var I = 0; I <document. styleSheets. length; I ++) for (var x = 0; x <document. styleSheets [I]. rules. length; x ++) {cssRule = document. styleSheets [I]. rules [x]; if (cssRule. selectorText. indexOf ("LI: hover ")! =-1) {newSelector = cssRule. selectorText. replace (/LI: hover/gi, "LI. iehover "); document. styleSheets [I]. addRule (newSelector, cssRule.style.css Text);} var getElm = document. getElementById ("nav "). getElementsByTagName ("LI"); for (var I = 0; I
The special drop-down menu effects of jquery are as follows:
Special drop-down menu effects of jquery