Search code examples
jqueryinternet-explorerinternet-explorer-8z-indexabsolute

Absolute positioned links with z-index in IE8 are not working


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


Solution

  • It turns out I just needed to add an image to the anchor tag. I added a 1x1 transparent png and it worked!