View Single Post
Old 11-17-2012, 05:25 PM   PM User | #1
chellert
New Coder

 
Join Date: Mar 2012
Location: Ontario, Canada
Posts: 45
Thanks: 8
Thanked 0 Times in 0 Posts
chellert is an unknown quantity at this point
Shadowbox load on page load

Hello

I have followed the instructions and can't seem to get this working on ANY brower. I have checked through firebug to find any errors and there are none. If I tried to use a hyperlink to open the shadow box - doesn't work.


<link rel="stylesheet" type="text/css" href="shadowbox/shadowbox.css">
<script type="text/javascript" src="shadowbox/shadowbox.js"></script>
<script type="text/javascript">
window.onload = function() {

Shadowbox.init({
player: ['HTML']
});


Shadowbox.open({
content: 'images/Sympathy-card.jpg',
player: "html",
title: "Monsignor Raymond Hanna"

});

};
</script>
chellert is offline   Reply With Quote