<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<title>My Site</title>
<link id="stylesheet1" rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<!--[if IE]>
<script src="scripts/DD_roundies.js" type="text/javascript"></script>
<script>
DD_roundies.addRule('.rounded', '5px');
</script>
<![endif]-->
</head>
Some other methods, including classic CSS rounded corners using images:
Johnb source
share