圆脚表格(基于VML技术实现)_层和布局特效

模板酷站
  •       3/5
  •       1
  •       2
  •       3
  •       4
  •       5
查看演示效果

      织梦DedeCMS视频教程买空间 租服务器 选网硕互联! 无忧站长工具,百度权重一键全查!

      VML技术实现的圆角表格,代码超少,不熟悉VML技术的朋友可要注意了,一定要研究一下哦,而且表格还带有阴影效果,没有用到任何修饰的图片,绝对不错。

      <html> <head> <meta http-equiv="Content-Type" mrc="text/html; charset=gb2312"> <title>VML实现圆脚表格</title> </head> <body> <html xmlns:v> <style> v\:*{behavior:url(#default#VML)} </style> <v:RoundRect style="position:relative;width:300;height:135px"> <v:shadow on="T" type="single" color="#CCCCCC" offset="3px,3px"/> <v:TextBox style="font-size:9pt;">圆脚表格,不错吧?</v:TextBox> </v:RoundRect> </body> </html>