按图标显示 按详细列表显示
我在CSS里规定了
a:link { text-decoration: none;}a:visited { text-decoration: none;}a:hover { color: #515151;}a:active { text-decoration: none;} 但不知为什么对这两个a标签不起效果
回复讨论(解决方案)
a {
cursor:pointer;
}
或者
加上href属性
a {
cursor:pointer;
}
或者
++++++++
a {
cursor:pointer;
}
查看更多关于如何让鼠标悬停到a标签上后变成手形?_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did104352