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