1
issac Jan 16, 2012
css:
div {background-color:#fff;} div:hover {background-color:#000;} |
2
cmonday Jan 16, 2012
jQuery 的 animate 方法自身并不支持颜色。请参考这里的答案:
http://stackoverflow.com/questions/190560/jquery-animate-backgroundcolor |
3
frittle Jan 16, 2012
|
4
jerichowon OP 发现了,要引入一个jquery.effect.core.js的文件,然后渐变效果就有了。
|
5
icyflash Jan 16, 2012
|
6
jerichowon OP @icyflash 打算学一下css3了
|