css3 Rounded Corners
-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
With CSS
http://mauzon.com/first-child-and-directly-nested-children-for-ie6/http://mauzon.com/pseudoclasses-first-child-and-last-child-for-ie6/
With Jquery
http://www.pathf.com/blogs/2008/04/hacking-the-fir/