Why the following dropup menu hover doesn't work on IE

bigfoot0387

New Member
I saw the following drop-up menu example:http://jsfiddle.net/W5FWW/360/html:\[code\]<div id="menu"> <ul> <li><center><a href="http://stackoverflow.com/questions/13836314/#">Home</a></center> <ul> <li><a href="http://stackoverflow.com/questions/13836314/#">About Us</a></li> <li><a href="http://stackoverflow.com/questions/13836314/#">Disclaimer</a></li> </ul> </li> </ul></div>?\[/code\]This example works for me perfectly on Chrome but fails to work on IE 9,
The menu should open when I'm hovering the Menu link.
(It works when I open it on jsfiddle but when copying it to html file and runs this independently it fails)Why this working on Chrome and doesn't works on IE 9? What can I do?Thanks!
 
Back
Top