css3 Rounded Corners

Posted February 8th, 2011 by admin and filed in css
Tags:
Add a Comment

-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: solid 1px #414141;
border-bottom-left-radius: 2px 2px;
border-bottom-right-radius: 2px 2px;
border-top-left-radius: 2px 2px;
border-top-right-radius: 2px 2px;

How to implement :first-child for IE6

Posted August 12th, 2010 by admin and filed in Uncategorized
Tags: ,
Add a Comment

How to Check Font Type & Size Used on a Website Without Investigating the CSS

Posted June 28th, 2010 by admin and filed in Uncategorized
Tags:
Add a Comment