Home › Forums › JavaScript › CSS/JS Dropdown menu, IE6 compatible › Re: CSS/JS Dropdown menu, IE6 compatible
June 20, 2013 at 10:22 am
#139612
Member
Oh, yeah I didn’t know that about JQuery losing support. I had issues with the :hover psuedo class, and I read from an article that :hover can only be applied to links that contain an href attribute in IE6 (source: [CSS Hover IE6 Fix](http://css-plus.com/2010/03/ie6-hover-fix/ “CSS Hover IE6 Fix”)). So the author’s solution was essentially what I used. He used JQuery and went off of the hover state, and I can do that with javascript aswell but JQuery includes the .hover() function.