Hello there,
My apologies -- I'm new to using shadowbox. I'm having trouble getting html content to load. The background darkens, but the shadowbox window does not load with my html content inside.
I'm using swf object as well -- and I've placed it before the shadowbox scripts.
In the head of my page I have:
<script type="text/javascript" src="js/swfobject.js"></script>
<link href="shadowbox/shadowbox.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="shadowbox/shadowbox.js"></script>
<script type="text/javascript">
Shadowbox.init({
players: ["html"]
});
</script>
and below I'm calling:
< a href="yogurt_vanilla.html" rel="shadowbox" title="Vanilla Yogurt">Vanilla
But no dice.
Here's a link to the live page:
http://www.potterfamilyorganics.com/work/products.htmlI'm experiment with shadowbox in the FIRST product section dropdown menu.
Any help would be GREATLY appreciated. Thanks.