Home › Forums › JavaScript › CSS/JS Dropdown menu, IE6 compatible › Re: CSS/JS Dropdown menu, IE6 compatible
June 20, 2013 at 9:41 am
#139603
Member
Frankly, if IE6 is a requirement then perhaps JQuery is not for you…they are basically not supporting it any more.
All you really need is a way to apply a certain class on a click (although frankly a hover is usually good enough) and a custom JS script should work for that.