| 内容 | 
		     关键词: css颜色渐变,颜色渐变style,css ,style颜色渐变例子,     <table width=70% height=40%>     <td style=filter:progid:dximagetransform.microsoft.gradient(gradienttype=1, endcolorstr='#ffff00', startcolorstr='#f0f8ff');>     css颜色渐变     </td>     </tr>     </table>     <table width=70% height=40% id=table1>     <tr>     <td style=filter:progid:dximagetransform.microsoft.gradient(gradienttype=0, endcolorstr='#ffff00', startcolorstr='#f0f8ff');>     css颜色渐变内容     </td>     </tr>     </table> |