I've installed Shadowbox, it work fine except that the display navigation is not visible.
How do i make it visible?
Thanks.
The website, the gallery is in the EMBEDDED ART section.
http://ceciliawee.com/pandaprojects.htmlHere is the head of my document:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="shadowbox.css">
<script type="text/javascript" src="source/shadowbox/shadowbox.js"></script>
<script type="text/javascript">
Shadowbox.init({
players: ["qt", "img"],
options:{
displayNav:true
}
});
</script>