DIV+CSS简单实现圆角矩形 方法汇总【附代码】
By bboncn
实现方法三:
<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” />
刷新本页才能看到效果
</body>
</html>
Pages: 1 2 3 4 5
This entry was posted on July 31, 2007 at 1:03 pm and is filed under Web design | 网站开发. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
July 31, 2007 at 6:46 pm
这不就一个方法么……