twentyfour
04-22-2006, 06:45 PM
The title basically says it. How can I get the AnyLink drop down menu (http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm) to overlap or be on top of the #pagecontent css? Instead of the menu being on top it hides behind the pagecontent float. The css code for the float I'm using is below. I noticed it only does this in Firefox, which is what I want it to look good in.
#pagecontent {
float: left;
margin-top: 5px;
margin-right: -8px;
width: 636px;
position: relative;
clear: both;
background-color:#000;
}
#pagecontent {
float: left;
margin-top: 5px;
margin-right: -8px;
width: 636px;
position: relative;
clear: both;
background-color:#000;
}