标签:顺序 hover 样式 cursor ted pre visit active pointer
a的样式顺序
a {
color: #3388FF;
cursor: pointer;
}
a:visited {
color: #3388FF;
}
a:active {
color: #3388FF;
}
a:focus {
color: #3388FF;
}
a:hover {
color: #4DA6FF;
}标签:顺序 hover 样式 cursor ted pre visit active pointer
原文地址:http://www.cnblogs.com/lichaoqing/p/7221229.html