DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Css Cheat Sheet
// description of your code here
IE only style rules can be added using conditional comments
<!--[if IE]> <link href="/stylesheets/ie_styles.css" media="screen" rel="Stylesheet" type="text/css" /> <![endif]-->





