Y
Hacker News
new
|
ask
|
show
|
jobs
Online CSS grid generator
(
kematzy.com
)
6 points
by
sabhishek
6870 days ago
2 comments
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?
link
olavk
6869 days ago
No, w3c just redefined "px" in CSS to be a relative measurement, not necessarily corresponding an actual screen pixel. Problem solved!
link
chaostheory
6870 days ago
here's yahoo's version for yui:
http://developer.yahoo.com/yui/grids/builder/
link