I'm currently developing this site: http://shiralea.littlegiantdev.co.nz/ but in IE8 the links in the top menu don't detect any mouse hover (with jQuery). I cannot figure out why! >:(
They are position:absolute, display:block and z-index:10.
Here's my stylesheet: http://shiralea.littlegiantdev.co.nz/wp-content/themes/shiralea/css/main.css
It turns out I just needed to add an image to the anchor tag. I added a 1x1 transparent png and it worked!