Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
Mo11 #1
CSS Drop menus z-index problem
Hey all,
I have made a css drop menu using the <UL> and <li> tags.
I want to have a two line menu. the problem is that the top drop down menu is
under the bottom menu.
I think that the z-index property only apply to objects that were positioned
by position:absolute.
so my uls and ils are. but still same problem.
the structure is as the following :
<ul>
<li><div>MENU 1 </div>
<ul>
<li>sub men 1</li>
<li>sub men 2</li>
<li>sub men 3</li>
<li>sub men 4</li>
</ul>
</li>
<li><div>MENU 2 </div>
<ul>
<li>sub men 1</li>
<li>sub men 2</li>
<li>sub men 3</li>
<li>sub men 4</li>
</ul>
</li>
</ul>
Some javascript is putting all that together (getElementByTag)
I have set the z-index for the menus to -100 and the z-index of the <il><ul>
(the sub mens group) to 100.
help of any kind will be appreciated.
Thanks for reading this fqr, hope you could help
Mo11 Guest
-
Drop down menus using CSS
Can anyone more experienced with Dreamweaver help me get my drop down menu to work in IE? By looking at the website I have been trying to fix,... -
drop down menus
CC: It loads slowly because it is large relative to the target weight for a web page. The only remedy is to not use that method. Here are two... -
Transparent Drop 'Up' Menus
A colleague of mine is creating a dreamweaver website. She requires a drop up menu (the same as a drop down menu but falling upwards) that is... -
Drop-Down Menus?
this might be a silly question, but what is the best way to use DW drop-down menus througout your site for navigation? Is there a way to put the... -
Drop Menus?
Do I need a special software or different program to create in a normal flash page production, a drop menu that (a) drops when scrolled over, (b)...



Reply With Quote

