Currently facing an issue with iframe:hover. The iframe on my website is hidden, and when I hover over a link or the iframe itself, it should become visible. This functionality works perfectly in most browsers, except for Internet Explorer (all versions). Despite trying multiple solutions, I have been unable to resolve this problem.
Here is a live example of the issue - look for the "MedicalTourism Reviews" element located next to the contact form.
Any suggestions on how to fix this?
EDIT: Check out this JSFiddle example
<div id="wbw">
<a class="wh"></a>
<div id="ta_widget_box"></div>
<script language="Javascript" src="http://reviews.treatmentabroad.com/js/widget.js"></script>
<script language="Javascript">init_widget_rnr('278237/es','ta_widget_box');</script>
</div>