Creating submenu with css in IE -
I want to create a sub-menu in IE while using CSS, but the IV does not work with the hover action. Do not want to use javascript.
How do I solve it? Is there another way to create a sub menu without css or javascript?
You can use the following code: IE6 based on the JQuery library
< Code> if (jQuery.browser.msie & navigator.userAgent.toLowerCase). Indexoff ('msie 6') & gt; -1) {jQuery (document). (Function () {jQuery ('. Menu') hover (function () (jQuery) () this .addClass ('hover');}, function () {jQuery (this) .removeClass ('hover'); });}); }
Please change the selector "menu li" into it and write it in the following manner in the menu. Menu Lee: Hover,. Menu Lee Hopper {...}
Comments
Post a Comment