Rounded and Shaded Corners
Written by on April 25th, 2007 in Ajax News.
Jesse Kuhnert was looking at the Google Rounded Corners and decided to implement his own, using the same URL structure.
You can see his demo at work, and you can add corners by doing this:
CSS:
-
-
.detail {
-
display:block;
-
margin-top:2em;
-
padding: 0 1.1em 2em;
-
background: url(”rounded?bc=white&w=600&h=40&shadow=true&ah=10&aw=10&sw=4&o=.5″) left bottom no-repeat;
-
}
-
Source: Ajaxian
Original Article: http://ajaxian.com/archives/rounded-and-shaded-corners
