Topic: HELP Simpleviewer covers up DHTML
Here is a link to my site: http://www.sgardunophotography.com/TEST … dex_2.html
Here is my code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>SimpleViewer Gallery</title>
</head>
<body>
<!--START SIMPLEVIEWER EMBED -->
<script type="text/javascript" src="svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.galleryURL = "gallery.xml";
var params = {};
params.wmode = "transparent";
var attributes = {};
attributes.id = "svInstance";
$(document).ready(function () {
SV.simpleviewer.load("sv-container", "100%", "100%", "222222", true, true, flashvars, params, attributes);
});
</script>
<div id="sv-container"></div>
<!--END SIMPLEVIEWER EMBED -->
</body>
</html>
I know I am missing something! I can't figure out what though.