Hi,
Is there a CSS method to clear a float such that it aligns with the
left content edge.
For example:
X X X
X X X
X X
X
X O
X O
The "X" floats are the first 3 floats, and the "O" is the last
I would like the "O" float to clear the other three, and appear under
the "X" floats. The width is dynamic, so I can't use "clear : left".
i.e. there could be arbitrary "X" floats and heights.
unfortunately inline-blocks aren't well supported, so that isn't an
option either
any ideas?
thank you
Is there a CSS method to clear a float such that it aligns with the
left content edge.
For example:
X X X
X X X
X X
X
X O
X O
The "X" floats are the first 3 floats, and the "O" is the last
I would like the "O" float to clear the other three, and appear under
the "X" floats. The width is dynamic, so I can't use "clear : left".
i.e. there could be arbitrary "X" floats and heights.
unfortunately inline-blocks aren't well supported, so that isn't an
option either
any ideas?
thank you
Comment