Page 1 of 1

CSS menu disappear behind content block

Posted: Mon Oct 01, 2007 3:45 pm
by realrock
Hi, I am trying to install I the CSS menu template (horizontal) to my site, it works, but the second levels disappear behind my content block. Maybe its really simple but I can't find a way out :)

Any ideas? Thanks,
Peter

Re: CSS menu disappear behind content block

Posted: Mon Oct 01, 2007 4:54 pm
by tsw

Re: CSS menu disappear behind content block

Posted: Mon Oct 01, 2007 6:14 pm
by Dr.CSS
Oh boy a mix of div and table layout, and again overuse of position:absolute/relative instead of margin/padding...

Re: CSS menu disappear behind content block

Posted: Mon Oct 01, 2007 9:05 pm
by realrock
Alright so the solution would be to use only DIV posisioning.

Thanks, I'm gonna work on replacing them.

Re: CSS menu disappear behind content block

Posted: Tue Oct 02, 2007 3:39 am
by Dr.CSS
I would start with 2 boxes, left (float:left ) and right (right margin 5px more than the width of the left box), put the large left image in left and header, menu, content in right box...

You could start with the Default CSS Menu horiz. template and put the left div right after pagewrapper...

Like this...

http://cmsmsdemo.multiintech.com/index. ... -left.html

Go to home page...

Re: CSS menu disappear behind content block

Posted: Tue Jan 22, 2008 12:07 pm
by jtcreate
Crud. I've got the same thing going on. I built the layout, and now as I add the horiz. menu, it's hiding. No tables... all div. But a few spots that have relative positioning. Any thoughts on a quick fix? View Page

I could rebuild, but deadline is coming quickly (sample today, full site by Friday). I'm hoping there's an intermediate solution. Any help is greatly appreciated.

Thanks,
Jeff

Re: CSS menu disappear behind content block

Posted: Tue Jan 22, 2008 12:54 pm
by jtcreate
Temporarily solved... I moved the menu into one of the divs and it's working for now.

EDIT: I'm changing the layout so it works properly. It will be a mess for a short while, but back online by mid-day. Thanks!