Topic: Drop down menu displaying behind SV even with transparent embed option
HI!
First, thanks for developping Simpleviewer which fits EXACTLY my needs !
I'm having trouble embedding it in my website, especially with the dropdown menu which is behind SV...
You can see this here : http://jazzmess.free.fr/portfoliodropdown/
I have tried to download the latest version of simpleviewer (2.1.1), have read the FAQ and used the embed code with the "transparent" option and tried to solve the problem, but it didn't work...
Here is my embed code :
<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";
jQuery(document).ready(function () {
SV.simpleviewer.load("sv-container", "850", "510", "transparent", true, flashvars, params);
});
</script>
<div id="sv-container"></div>
I really don't understand what is wrong out there...Please help me !
Thanks.
Yann