Default CSSMenu Horizontal

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
bobocmp

Default CSSMenu Horizontal

Post 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??
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Default CSSMenu Horizontal

Post 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...
bobocmp

Re: Default CSSMenu Horizontal

Post 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
bobocmp

Re: Default CSSMenu Horizontal

Post by bobocmp »

Thanks i change the #content to Absolute
Locked

Return to “CMSMS Core”