Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts

Wednesday, October 20, 2010

Modernizr

Modernizr
"Modernizr is a small and simple JavaScript library that helps you take advantage of emerging web technologies (CSS3, HTML 5) while still maintaining a fine level of control over older browsers that may not yet support these new technologies."

Determine CSS Property Support Using Javascript Feature Testing

NealGrosskopf.com l Determine CSS Property Support Using Javascript Feature Testing

Thursday, September 23, 2010

Blueprint CSS Framework

Blueprint: A CSS Framework
"Blueprint is a CSS framework, which aims to cut down on your development time. It gives you a solid foundation to build your project on top of, with an easy-to-use grid, sensible typography, useful plugins, and even a stylesheet for printing."

Saturday, October 18, 2008

The 62.5% Solution

How to size text using ems | Clagnut : Typography : CSS techniques

body {font-size: 62.5%; /* Resets 1em to 10px */


Saw this technique used in the CSS for a WordPress theme but didn't know just how it was setting 1em to 10px. This explains it.