Hacker News new | ask | show | jobs
by abstractbill 6870 days ago
I remember when I first did some web programming, way back in 1996, people were already warning against pixel-based code. Seriously, what happened? Did people decide it's just too difficult to do percentage-based layouts?
1 comments

No, w3c just redefined "px" in CSS to be a relative measurement, not necessarily corresponding an actual screen pixel. Problem solved!