Default CSSMenu Horizontal
-
bobocmp
Default CSSMenu Horizontal
I am useing the Default CSS Horiontal menu for my website. The drop down menu is being covered up by the content of the page. how can that is fixed??
Re: Default CSSMenu Horizontal
This used to be a problem with the the menuwrapper being set overflow:hidden but the latest only has it set for Opera browser...
Have you changed any default settings like #content {position:relative} or ?...
Do you have a link?... or more info...
Have you changed any default settings like #content {position:relative} or ?...
Do you have a link?... or more info...
-
bobocmp
Re: Default CSSMenu Horizontal
#menuwrapper {
overflow: hidden;
background: url(uploads/images/topnav-bg.gif) repeat-x;
border-bottom: 1px solid #000000;
width: 100%;
}
The only thing is the background
overflow: hidden;
background: url(uploads/images/topnav-bg.gif) repeat-x;
border-bottom: 1px solid #000000;
width: 100%;
}
The only thing is the background

