hi,

there is a strange problem according to a site i did.

here is what im doing

<div id="left">...content goes here...</div>
<div id="right">...content goes here...</div>
<div id="mid">...content goes here...</div>

the simple css is

#left { float: left; }
#mid { float: left; }
#right { float: right; }

now ive got some divs inside #mid.

like

<div id="mid">
 <div class="item">...</div>
 <div class="item">...</div>
</div>

and the left column is the largest.

now im using .item { clear: both } to clear the float of imgs in the text.

but: the stange behaviour is
the mid-content is now in the mid column but displayed after the left column

like doing #mid { clear: left }

i used this very often and it worked,
but am i blind?

what is wrong...? i hope u understand from my crappy short example what im doing

kind regards,
joa
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to