99problems
99problems copied to clipboard
ADE 2.0+ has some odd stacking behavior when multiple floats are used
When multiple images floated to the same side are placed in close proximity to each other, the "text wrap" goes wonky (got all technical there) and starts overlapping the images.
Can be fixed by placing another (non-floated) object between the offending images and using clear: both; on that. I usually wrap things in superfluous divs to achieve this.
Hi,
My solutions is below:
@teytag I'm not saying that solution wouldn't work, but the example you provide doesn't demonstrate the issue. The problem occurs when the images collide. What happens if the amount of text between the first and second image isn't enough to fill the vertical height of the first image?
Hi, My second solution is below: