Posted by Els on 12/04/05 09:39
Mazin07 wrote:
> 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?
Did you give the content div a margin:left equal to the width of the
navigation div?
--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
[Back to original message]
|