Frameless Grid
Frameless Grid, a clever addition to the growing set of tools available for creating adaptive/responsive websites: http://t.co/N8WgPZKV
Frameless Grid, a clever addition to the growing set of tools available for creating adaptive/responsive websites: http://t.co/N8WgPZKV
Often you want to progressively enhance your mobile-first websites, making them responsive, but that obviously requires a fallback plan for legacy IE browsers that don’t support CSS3 Media Queries. You also want to manage the deployment process and follow the DRY principle as much as you can. You could of course use a polyfill but that means introducing a JavaScript dependancy for layout which might not be what you want. Luckily, there are other solutions.