I am having an IE z-index issue. Basically, I'm embedding a pdf using the tag, but in IE, our favourite of favourite browsers it always appears above the drop down menu.
I have the same problem when using .
I've tried the solutions offered online, but they haven't worked.
The problem is at this address: http://www.berkeley.ac.th/calendar/2013-2014.php
This is my code:
<object data="<?php echo root; ?>media/3.pdf" type="application/pdf" width="957" height="1080">
<param name="wmode" value="transparent">
Our Calendar : <a href="<?php echo root; ?>media/3.pdf">2012-2013 Calendar</a>
</object>
Thanks