你现在的位置:首页>>WEB编程>>DIV+CSS >>css 渐变效果

css 渐变效果

更新时间:2009-10-28 23:54:34   浏览次数:713
关键词:渐变效果   css      

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>
#idDiv{position:absolute; left:140px; height:400; width:400;filter:progid:DXImageTransform.Microsoft.gradient(enabled='false',startColorstr=#550000FF, endColorstr=#55FFFF00) ;}

#idDiv{position:absolute; left:140px; height:400; width:400;filter:progid:DXImageTransform.Microsoft.gradient() ;}
</style>

<title>123</title>

</head>
<body >
<table border=1 width=100% height=400px>
<tr>
<td STYLE="FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr='#ffffff',endColorStr='#ff0000')"> </td>
</tr>
</table>
</body>
</html>

随机推荐文章
CopyRight © 2008-2010  糊涂蛋技术网   苏ICP备05013073号
站长:xlxcn QQ:54960248  三郎 QQ:120554323   E-mail:xlxcn#126.com