Fluid floated boxes layout
Fluid floated boxes layout
- Started
- Last post
- 8 Responses
- raf
I am looking for examples of layouts which have auto-aligning boxes, depending on browser window width.
Something like these...
http://www.uxmag.com/
http://www.d-department.com/jp/
http://suprb.com/apps/gridalicio…
- raf0
That one's good
- ********0
- ukit0
Isn't there some way to do this in CSS3? (even though most of those are JS based)
- can do it with any CSS - if the collumn isn't wide enough they will automatically drop below if float: left;********
- can do it with any CSS - if the collumn isn't wide enough they will automatically drop below if float: left;
- ukit0
^ Oh yeah, media queries