Jump to content

Menu is out of place


o_oe

Recommended Posts

Hi,Please how can I make my menu blend with the page when the window is restored (made smaller) on www.beamzintl.com . My CSS code is:.menuback{background-color: #000066;height: 25px;width:975px;position:absolute;left:135px;top:194px;}Thanks for your time.

Link to comment
Share on other sites

Make an outer boundary with a container div then create inner boundaries for content, navbar, etc.On the outer boundary you'll have the pages maximum dimensions width:975px;height: auto;Then on the menu div you'd setwidth:100%;height:25px;I don't know what browser you're using but on mine (firefox) half your page is out of line. You need to create an outer div to hold everything together first (that has a fixed width). Then create divs inside that that are relative or absolutely positioned (that hold content sections, titlebar, navbar). What it looks like is you have half your page held together and positioned relatively and the other half is wild and positioned absolute.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...