I know there are a few questions about similar topics but they mostly amount to floating the div/image. I need to have the image (and div) positioned absolutely (off to the
I think the best option is to add an additional div after the float content, but still inside the parent to clear previous styles.
And CSS:
.clear {clear:both;}