views:

576

answers:

1

The shadowbox I am trying to fix in IE is located here:

http://www.carolinedawes.com.au/abc-gardening-australia.html

The HTML is

<div class="hero-image">
<a href="m/abc-gardening-australia-caroline-dawes.mov" rel="shadowbox;height=272;width=480">
<img src="i/abc-gardening-australia-caroline-dawes-gardening-adelaide.jpg" alt="caroline dawes" />
</a>
</div>

The JS is

<script type="text/javascript" src="j/shadowbox.js"> </script>
<script type="text/javascript">
Shadowbox.init({
 players: ["qt"]
});
</script>

Any ideas? Or success stories in IE?

+1  A: 

I can't really help you cause I've no experience with it, but some of these users seems to provide a couple of solutions:

http://www.shadowbox-js.com/forum.html#nabble-td1309456

https://realmac.macdock.com/realmacsoftware/2007/support/viewtopic.php?pid=215177

See if these may help.

Roberto Aloi
These sites were helpful in that they acknowledge that there is an inconsistency with Shadowbox and IE - however none of the solutions worked.
Jordan
Sorry about that. I guess I trial was deserved, thought.
Roberto Aloi