Rounded corners (a few years too late)
I know rounded corners have come and will probably soon go, but after some searching for a good solution this one by far seems to the best:
http://www.tillett.info/2007/09/11/orb-fluid-css-one-image-round-borders/
My reasons?
- I think the use of JS for rounded corners is not justified
- Pure CSS methods add horrible amounts of markup and CSS
- The traditional 4-image approach is ok but means 4 separate image requests, rather than the 1 that this method uses