我用他们的方法怎么不行呀,不知道哪里错了,我其实我做的很简单的呀,没有什么CSS文件,就是下面的CSS文件,怎么修改呢
- HTML code
a.white:visited {color: #FFFFFF;text-decoration: none} a.white:link { color: #FFFFFF;text-decoration: none} a.white:hover {color: #F95400;text-decoration: underline} a:link {color: #000000; text-decoration: none }a:visited {color: #000000; text-decoration: none }a:hover {color: #88610D; text-decoration: underline }td { color: #403F3F; font-size: 13px; font-family: 宋体; line-height: 20px;table-layout:fixed;word-break:break-all}input { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 12px; height: 18px}
------解决方案--------------------
下载他们主页的CSS不就可以了!~
------解决方案--------------------
好,办法,呵呵
------解决方案--------------------
使用滤镜
在css文件顶部加入以下代码就可以了
html { filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);}
------解决方案--------------------
<style tpye="text/css">
*{filter: gray}//IE中有效,FF中无效
<style>