I am trying to make an accordion image gallery that works based off an ordered list. The markup is as follows:
<ol>
<li class="slide">
<div class="header"></div>
<div><img src="/some/path/" /></div>
</li>
</ol>
The stage URL: http://host3.webdrafter.com/majesticbuildersmn.com/
slide class is intended to be the hover state (as illustrated by the red border). Of course it all works great except in IE - the hover state will only hover if it can grab text. I think this is a known issue with IE so is there a viable workaround?
EDIT: Needs to work for IE 8+ & adding text to the header div allows IE to catch the hover state but only over the text, no other area of the div