To figure out your grid width percentages for a fluid design, you start with a fixed design and divide the column widths by the container width. Elliot Jay Stocks calls for us to stop the self-torture and use 1000px for the container, so the math is super easy.
Direct Link to Article — Permalink
1000px Grid for Responsive Web Design is a post from CSS-Tricks
I finally got around to reading the new article on A List Apart this morning , “A Pixel Identity Crisis“. It basically talks about how some pixels are defined differently than others (based on the “reference pixel”), so there can be variations in how 2 devices (Galaxy Tab and Kindle Fire given as examples in the article) with the exact same dimensions can display responsive content differently. A solution was proposed in the form of this absurdly complex media query:@media screen and (...)