ok, my problem deals with div's that have the style element "float" ...
if i were to write something like this:
Code: Select all
<div style="border:1px solid #333333"><!-- full wrapper -->
<div style="float:left; width:33%"><!-- leftmost cell --><img src="#"></div>
<div><!-- rightmost cell -->
<div>line one</div>
<div>line two</div>
</div>
</div>but i get (in both ie 5.5, mozilla) a box that is only as high as the two entries and the image is sorta floating where it should be, but the "wrapper" doesn't wrap around it, even though it's "contained" in the wrapper.
am i missing something here ... i see other sites pull it off but for some reason i can't get it to go.
can someone please enlighten me?
thanx