Topic: How do I move the slideshow to the top?
I need some help. I keep placing the slideshow to the top but it keeps moving. How do I keep it from not scrolling?
Here is the website: www.artbyangeli.com
Thanks!
Here is my code:
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript">
var svCoreURL = 'new_site/slideshow/svcore/';
</script>
<script type="text/javascript" src="new_site/slideshow/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
$(document).ready(function () {
SV.simpleviewer.load("sv-container", "100%", "100%", "FFFFFF", true);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->