网页上 圆角的制作

<html  xmlns:v> 
<style> 
v\:*{behavior:url(#default#VML)} 
</style> 
 
      <v:RoundRect  style="position:relative;width:150;height:240px"  arcsize=0.5> 
        <v:shadow  on="T"  type="single"  color="#b3b3b3"  offset="3px,3px"/> 
        <v:TextBox  style="font-size:10.2pt;">VML</v:TextBox> 
        </v:RoundRect>

</body>

</html>

 

这是我最近见到的最简单的一种方法!

VML的全称是Vector Markup Language(矢量可标记语言),矢量的图形,意味着图形可以任意放大缩小而不损失图形的质量,这在制作地图上有很大用途。

你可能感兴趣的:(html)