Hey, basically I made a CSS dropdown menu in a div at the very top of my page. Below the menu I have placed an image and silverlight application I made.
My problem is that when I hover-over each of the selections that have children menus, they don’t appear because there are things in the way (the image and/or silverlight)
I was wondering if I could order my div or menu above the other things so I can see my menu choices.
I’m working in expression web 4, and here is my code for my CSS menu;
<div id="masthead">
<div>
<ul>
<li style="width: 176px"><a href="
<li><a href="
<li>
<div>
<a href=" </div>
<ul>
<li><a href=" Mod</a></li>
<li><a href=" Source</a></li>
<li><a href=" Fortress 2</a></li>
</ul></li>
<li>
<div class="auto-style1">
<a href="
</a></div>
<ul>
<li><a href="
<li><a href="
</ul></li>
<li class="auto-style1" style="width: 184px">
<a href="
</ul>
</div>
</div>
Powered by Yahoo! Answers.
