【发布时间】:2016-10-11 15:42:52
【问题描述】:
我正在尝试将光标设置为所有标签 <a>,但是当我查看网站时,该属性未显示
CSS
a {
color: #333333;
/* color: #787878; */
text-decoration: none;
cursor: pointer
}
在网站上
a {
color: #333333;
/* color: #787878; */
text-decoration: none;
}
如果你想看看网站是:backlabel.com
【问题讨论】:
-
据我所知你没有;指针后。默认情况下,带有 href 的 标签也是指针。
-
@Paulie_D 好的,谢谢
-
@David 我试过了,但它不起作用,是的,但是那些 不起作用,我想知道为什么,所以我试图指定它,但它不保存更改跨度>
-
你用的是什么浏览器?我在 Chrome 中得到一个指针。 & FF 在 Windows 上
-
请给我们一个具体的页面和链接