View Full Version : Arranging Menu's without table's or frame's, help!


kiitycule
04-11-2006, 07:06 PM
OKay, so this frame/table code I used contnually caused havoc on my page, and stuck to the bottom of the page. I deleted it, so now I can't find a code that lines up menu's in a row across the page, without using a troublesme table/frame. help!

I'm trying <align div> etc, but I don't know where to find help!

So I went here........help!

nedgir2412
04-12-2006, 12:36 PM
If you are using layers like Div, Span, to position the menu links...the drop down links could hide behind the subsequent content...try using z-index...let me know if this works...

pb&j
04-18-2006, 05:05 AM
perhaps positioning a div into place?

<div style="width:100px; border:1px solid #000; position:absolute; left:100px; top:0px;">
stuff here
</div>