标签:style strong sp cti on c ad ef r
通常我们可以用CSS中伪类和js中的鼠标事件来定义。
| 动态伪类 | 起作用的元素 | 描述 |
| :link | 只有链接 | 未访问的链接 |
| :visited | 只有链接 | 访问过的链接 |
| :hover | 所有元素 | 鼠标经过元素 |
| :active | 所有元素 | 鼠标点击元素 |
| :focus | 所有可被选中的元素 | 元素被选中 |
标签:style strong sp cti on c ad ef r
原文地址:http://www.cnblogs.com/xinlinux/p/3977014.html