Posted by Mazin07 on 12/04/05 03:52
I have a nav menu that's floated on the left side of my page, and the
content is on the right.
Everything works fine, but if I put a <div> in the content side, IE
forces it down below my nav menu. I even specified
div {
clear:none;
}
like so:
----------------------------------------------------
||----------------|
|| NAV MENU | CONTENT DIV THIS SIDE
|| | other content works fine
|| 1. nav | |
|| 2. nav | |
|| | |
|| float:left | |
|| | \-/
|-----------------| V
|
| |--------------------------|
| | IE Forces this div |
| | below the nav menu |
| |--------------------------|
|
|
|
How do I make it not do that?
[Back to original message]
|