thanks for the reply!
I set the embed code to
SV.simpleviewer.load("sv-container", "100%", "100%", "transparent', true); });
and now i finally get my image, but that's it. the slide show no longer appears.
that is the transparent setting yes? Not possible to place the background image in the embed code?
I have the css set in th index file, but is that not the correct place? Do i need to set the background image in the XML and or simpleviewer css??
thanks again!
my current index page looks like this-
<!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>Burlesque Picture Gallery <br>Page 1</title>
<style type="text/css" media="screen"><!--body {
background-image: url('images/bk.jpg');
background-repeat: repeat;
}--></style>
</head>
<body>
<!--START SIMPLEVIEWER EMBED -->
<script type="text/javascript" src="svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
$(document).ready(function () {
SV.simpleviewer.load('sv-container', '100%', '100%', '333333', true);
});
</script>
<div id="sv-container"></div>
<!--END SIMPLEVIEWER EMBED -->
</body>
</html>
if i change the "333333" to "transparent", i either get a blue screen with a slideshow, or just my image and no slide show.
Last edited by jgcalifornia (2010-11-15 16:50:57)
Pro Version. v2.1.3
Mac OSX 10.6.8