Special effects code: CSS to achieve smooth rounded corners
Author:Eve Cole
Update Time:2009-06-12 19:27:03
<html xmlns:v>
<head>
<style>
v:*{behavior: url(#default#VML);}
</style>
</head>
<body>
<v:roundRect style="position:absolute;left:20px;top:50px;width:200px;height:140px;" FillColor="#e8e8e8" Filled="T" />
Refresh this page to see the effect
</body>
</html>