|
Posted by Mazin07 on 12/04/05 18:33
Els wrote:
> 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?
>
Yep. It's just a regular div inside the content div, but the nav menu
forces it down.
Navigation:
[Reply to this message]
|