Hi Jade,
I'm still have some unanswered posts but will try with this question as it is pretty blaring to visitors. I know it has been addressed but can not get the solutions to work for me.
Problem: java applet covering drop down menu.
Some suggestions from Old Thread: Problem W/ Css Category Fly Out & A Flash Object
Placeing thein my applet looks like it should work but does not.Code:<param name="wmode" value="transparent">
So I took Dr Byte's suggestionand looked at your stylesheet_header_menu.css for a place to put it and realized you have many z-index set to 1000. Which should I change to "1"? Changing them all to 1 did not make any difference.Potential Solution:
1. set z-index:1; ... likely best by adding a new selector:
Code:
div#nav-cat ul.level1 {
/*position: absolute; */
z-index:1;
}


Reply With Quote
