3 comments

[ 4.1 ms ] story [ 70.2 ms ] thread
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?
No, w3c just redefined "px" in CSS to be a relative measurement, not necessarily corresponding an actual screen pixel. Problem solved!