- Original Poster
- #1
Morning all,
Having a massive problem on a website I'm building. Basically the drop down menu drops down under the Java applet which provides a virtual tour... i.e. it hides it. So I've read that the way to solve this is by setting the CSS drop down menu to have a z-index higher than the java applet... But it doesn't want to work!
Any clues?
The actual applet html output...
The Java applet CSS file...
The drop down menu CSS code section
Link so you can see whats going on:
http://www.final.orlandoskyvilla.co.uk/?page_id=171
Would really appreciate any help!!!
Cheers!
Liam
Having a massive problem on a website I'm building. Basically the drop down menu drops down under the Java applet which provides a virtual tour... i.e. it hides it. So I've read that the way to solve this is by setting the CSS drop down menu to have a z-index higher than the java applet... But it doesn't want to work!
Any clues?
The actual applet html output...
Code:
<div class="entry">
<div class="ptviewer" z-index="0"><applet archive="http://www.final.orlandoskyvilla.co.uk/wp-content/plugins/wp-ptviewer/applets/ptviewer.jar" code="ptviewer.class" width="500" height="300"><param name="roi0" value="i'http://www.final.orlandoskyvilla.co.uk/wp-content/uploads/bed3.jpg' x0 y65"><param name="pwidth" value="1262"><param name="pheight" value="631"><param name="panmin" value="-180"><param name="panmax" value="180"><param name="tiltmin" value="-71"><param name="tiltmax" value="71"></applet><div class="caption"> </div></div>
The Java applet CSS file...
Code:
.ptviewer {
margin: 5px;
padding: 5px;
border: 0px solid black;
text-align: center;
z-index: 0;
}
The drop down menu CSS code section
Code:
#dropmenu, #dropmenu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.5em; width:100%; background:#fff; font-weight:bold; z-index:300;}
Link so you can see whats going on:
http://www.final.orlandoskyvilla.co.uk/?page_id=171
Would really appreciate any help!!!
Cheers!
Liam