Forum Moderators: not2easy
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