3
votes
Dynamic resizing / repositioning of divs for multi-column viewing
You probably cannot get what you want with just CSS/HTML, but you can get somewhat close.
A trick I used for a photo album is this:
Make sure each feed has a fixed width, I wo …
