Page 1 of 1

Default CSSMenu Horizontal

Posted: Fri Dec 29, 2006 5:19 pm
by bobocmp
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

Posted: Fri Dec 29, 2006 6:24 pm
by Dr.CSS
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...

Re: Default CSSMenu Horizontal

Posted: Fri Dec 29, 2006 7:46 pm
by bobocmp
#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

Re: Default CSSMenu Horizontal

Posted: Fri Dec 29, 2006 7:50 pm
by bobocmp
Thanks i change the #content to Absolute