views:

17

answers:

0

Hy I am trying to open a external page in a shadowbox holder the script is nt that complex. In mozilla it work`s grate but IE all versions it does not load the page or it does not display it because all that I see is a lack screen Can anyone help me pls

<script type="text/javascript" src="js/moving-boxes.js"></script>
<script type='text/javascript' src="shadowbox-3.0.3/shadowbox.js"></script>
<script type="text/javascript">
Shadowbox.init({language:'en',players: ['img','html','php']});
</script>

<div id="footer_dr">
<a rel="shadowbox" href="http://minavet.ro" title="contact"><p class="contact">CONTACT</p></a>
<a rel="shadowbox" href="http://minavet.ro/contact.php" title="contact"><p class="contact1">[email protected]</p></a></div>

Thx for you time

P.S. Thanks for the comments