在Web上用style实现完美颜色渐变

80酷酷网    80kuku.com

  web|渐变上微软中国网站时发现页面上方的颜色渐变非常好,查看其源代码,发现在<td>内部用了类似如下的样式:
endColorStr='#98B2E6', gradientType='1')"

然后我写了个测试网页试了试,果然可以。代码如下:
<!---------------------------------------->
<html>
<head>
<title>无标题文档</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<table width="600" border="0" cellspacing="0" cellpadding="0" height="30" align="center">
<tr>
<td endColorStr='#98B2E6', gradientType='1')"> </td>
</tr>
</table>
</body>
</html>
<!---------------------------------------->



分享到
  • 微信分享
  • 新浪微博
  • QQ好友
  • QQ空间
点击: