I am trying to implement Chris Coyier\'s example of using CSS columns to create a seamless responsive grid of images.
I put Chris\'s files onto my server and everyth
When my browser hits 1219 px wide (at least as Firesize tells me) I get 5 cols. Below that I get 4 as well. Firefox 10.
Some things that may be going on:
It almost seems as one of these is being included in the media query.
Edit: kinda weird though, because at first glance the W3 media queries site seems to suggest that:
The ‘width’ media feature describes the width of the targeted display area of the output device. For continuous media, this is the width of the viewport (as described by CSS2, section 9.1.1 [CSS21]) including the size of a rendered scroll bar (if any)