Rounded Corners in Internet Explorer
A free JavaScript library for creating gorgeous rounded corners for HTML block elements i.e. DIVs. Supports anti-aliasing, borders and background images.
As you know already Firefox will let you create rounded corners without using images by simply implementing something simular to this in your styles:
.round { -moz-border-radius:12px; -webkit-border-radius:12px; }
To get this same effect [...]

