Saturday, April 17, 2010

HTML5 Reference Manual

http://www.whatwg.org/specs/web-apps/current-work/#the-a-element

Monday, April 12, 2010

Saturday, April 10, 2010

Rounded Corner Division

Just add this to style tag to get rounded corner div
 
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;border-radius: 20px;