00时11分 03月9日 2010年
用DIV实现圆边圆角效果
Category: CSS, Author: Shenai Qiu, Popularity: 19%通过DIV实现圆边圆角效果,效果不错,不过达不到我想要的效果。呵呵!
<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="#AAEAFA" Filled="T" />
</body>Tags:DIV.
评论数量(0) | Add Comments
本文网址:http://www.shenaiqiu.com/archives/css/1010.html

