Topic: Z-index help please!
I am using the free download of Simpleviewer - it all works perfectly apart from one thing. I have a menu.js controlling my menu navigation throughout the site. On the gallery page The simpleviewer sits on top of this so i cannot see the submenus on my navigation. My menu.js has a z-index already as follows:
document.write("<div id='mainMenu' style='position:absolute; left:"+mainMenusAbsolutePosLeft+"; top:"+mainMenusAbsolutePosTop+"; width:"+mainMenuWidth+"; z-index:1; visibility: show;'>");
Can i put a z-index in the swfobject.js code? Or do i do it in the HTML page? Where do i put this bit of code?
Any help would be greatly appreciated!!
:)