K, im using float to align an image to the left then have the text on the right, but then its in a box;
There is more image than text so the background image for the <div class="mid"> doesn't expand all the way :( Does anyone know how to fix it?HTML Code:<div class="top">
Hi
</div>
<div class="mid">
<img src="hi.png" style="float: left;">CONTENT CONTENT CONTENT
</div>
<div class="bottom"></div>
Moved by Invent (Forum Moderator) from Designing & Development: Please post in the correct forum next time, thanks :).

