Thread: IE menu fault
View Single Post
Old 09-10-2008, 07:59   #7 (permalink)
7twelve
has bucket
 
7twelve's Avatar
 
Join Date: Aug 2008
Posts: 571
IE only accepts :hover on anchor elements and it should try changing your selector to this

Code:
ul.long li a:hover{}

if you absolutely must have a hover effect on non anchor elements, javascript onmouseover is the only way to go really.
  Reply With Quote