WEB开发网
开发学院网页设计Dreamweaver Dreamweaver MX/8中有颜色的圆角表格制作方法 阅读

Dreamweaver MX/8中有颜色的圆角表格制作方法

 2009-08-26 20:27:42 来源:WEB开发网   
核心提示:相关代码如下:<html xmlns:v><head><style> v\:* {behavior: url(#default#VML);}</style></head><body><v:RoundRect style="posit

相关代码如下:

<html xmlns:v>
<head>
<style>
   v\:* {behavior: url(#default#VML);}
</style>
</head>
<body>
<v:RoundRect style="position:relative;width:250;height:250px" strokeColor="blue">
<v:shadow type="single" color="#b3b3b3" offset="5px,5px"/>
<v:textbox style="font-size:12px;color:red">CSS实现真正的圆角表格</v:textbox>
</v:RoundRect>
</body>
</html>

代码放<table></table>之后。

黑色部分设置表格位置,蓝色部分设置表格颜色。

Tags:Dreamweaver MX 颜色

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接