Hacker News new | ask | show | jobs
by addict3d 4254 days ago
You can achieve the same results with absolute positioning, which I prefer.
2 comments

I'm pretty sure you can't, except in the trivial case of a table with absolute-sized everything, or alternatively by reimplementing the table algorithms in JS.
Problem with absolute positioning is that you remove elements from the natural flow of the page, meaning that adjacent elements aren't aware of the dynamic height of a fixed footer for example.