Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS css Fly out menu dissapearing Re: css Fly out menu dissapearing

#71811
gursky
Member

Hmm? Tried it and it doesn’t seem to do anything.

I came back to the main css style sheet and I found:

Code:
#header, #content, .sidebar, #footer, .widget
{
overflow:hidden;
}

When I took out .sidebar the menu was kind of visible though still hiding behind a Jquery Carousel. Also removing .sidebar made a real mess of the layout. Do you think I need to mess around more with the z-index or is there a way to get around overflow:hidden?

Thanks for your help.