I have a problem with positioning. I have 3 menus, top, left and right. I want to make them as the following: one on the top, the next on the left, the page content and then the right menu.
I made the following sequence in html: <div id="tmenu">Top menu</div>
<div id="lmenu">Left Menu</div> <div id="content"> My content</div> <div id="rmenu">Right menu</div>
but when I preview, everything is pretty messed up. How can I fix that? It is always a confusing thing to me to position menus and content the way I want. Can you help or explain how to, so I don't fall in the same problem again and again.
I want something like this:
top menu
---------------
Menu | content | menu
I made the following sequence in html: <div id="tmenu">Top menu</div>
<div id="lmenu">Left Menu</div> <div id="content"> My content</div> <div id="rmenu">Right menu</div>
but when I preview, everything is pretty messed up. How can I fix that? It is always a confusing thing to me to position menus and content the way I want. Can you help or explain how to, so I don't fall in the same problem again and again.
I want something like this:
top menu
---------------
Menu | content | menu
Comment