I am tryimg to position a number of divs, above one another, in a container. They are all floated to the right The bottom 2 divs are less than half the container width and are displaying out of order.
Instead of
I get
I could pack each of them with a div before it but there must be a prettier way.
Keith
Instead of
Code:
1
2
3
4
Code:
1
2
43
Keith