I have to implement a tab control identical in terms of style to what can be seen here:
This is the example I've come up with so far:
The biggest issue I'm facing is that the first one has 'rounded' corners that was implemented automatically by the ASP.NET AJAX used to develop the site.
As I'm not using ASP.NET AJAX is there an easy way for me to achieve the same effect that will work on IE6 as well as real browsers? Is the best way to do this via jQuery or CSS?
edit: if it's not possible to get rounded corners in IE6 without images, what's the best way to do it in the rest of the browsers?