Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript CSS/JS Dropdown menu, IE6 compatible Re: CSS/JS Dropdown menu, IE6 compatible

#139612
csmhowitzer
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.