How can I make the 3rd div go immediately under the first div?
|
|
you can add example: http://jsbin.com/aruvo4/4 Also, add |
|||||||||||
|
|
Here's a CSS3 solution for you:
For a cross-browser solution, though, you'll need to add a class to the div I've floated right :nth-child browser support
-- edit -- Just read some more comments on here and seen that you can't use the pseudo class. I'll keep the answer here though as it will work in other cases. |
||||
|
|
|
Organize it as you would a table (i.e., place div tags around your 'rows') and set the div's display properties to Here's a complete explanation. |
|||
|
|
|
|||
|
|
