Forum Moderators: not2easy

Message Too Old, No Replies

Trying to put the main content below the menu

         

tirengarfio

4:42 pm on Dec 21, 2009 (gmt 0)

10+ Year Member



Hi,

im trying to put some content below an horizontal menu.

Fot that i have this HTML code:

<body>

<div id="layout">

<div id="menuh">
<ul>
<li>
Option 1
</li>
<li>
Option 2
</li>

</ul>
</div>

<div id="content">
Content
</div>

</div>

</body>

My target: put the div content below the menu. I have tried it with several ways but i can get it..

Anyone can help me?

Regards

Javi

tonynoriega

11:20 pm on Dec 21, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



cant really help you unless we can see the stylesheet.

alias

12:03 am on Dec 22, 2009 (gmt 0)

10+ Year Member



As a matter of fact I see nothing that would need changing here -- the main content is technically below the menu.

tonynoriega

8:14 pm on Dec 22, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



well if the "menuh" is set at a width that is not 100% of "layout"the content could technically be to the right of the menu...i think... i guess if the menu is floated...

but speculation.