Menu placement
-
Trying to place two menu side by side. I’m using this code to push Menu2 far right.
And have Menu 1 just to its left.
<div style=”width: 400px; float: right;”> MENU2 </div>
<div style=”margin-right: 400px; width: 450px; float: right;”> MENU1 </div>
This places the menus properly right to left except Menu 2 is pushed up like this:
2222222222222
11111111111111
I need this:
111111111111112222222222222
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Menu placement’ is closed to new replies.