13
I finally figured out how to make a tableless layout using only float and clear in a 1997 HTML guide
Spent 3 hours last night trying to get three columns to sit next to each other without tables, and an old tutorial from a GeoCities page about CSS hack with float left finally clicked, has anyone else had that 'aha' moment with a decades old trick?
2 comments
Log in to join the discussion
Log In2 Comments
faith_perez16d agoMost Upvoted
Wait till you try getting them equal height without flexbox or grid. Did that 2003-era "faux columns" trick with background images actually work on your end or did everything break? I tried that route once and ended up with elements floating all over the place randomly.
8
eva_lewis16d ago
Faux columns were a nightmare... @faith_perez yours actually worked?
4