Okay, here's the situation:
I'm trying to have a div contain an image that is right aligned*, with text to the left. However, I want the div to be the height of the image (or greater, if there is more text).
Floating the image removes it from the content flow of the div from what I've seen, so that it's too small for the image if there isn't enough text.
There will be multiple divs with different images, and different text, so a set height for the div (the class of divs, really) won't work, same with a min-height (not that IE seems to like that anyway, big surprise).
So, I'm wondering if there are any ways to accomplish this, thanks.
*It's not really important that the image be right-aligned, left-aligned would be fine if all the rest worked, it's just an asthetic thing.