我的链接或图像都不会在悬停时将鼠标光标更改为指针。
即使他们有一个标签,如果他们有一个href。即使我做了
link{
cursor: pointer
}
或
link:hover{
cursor: pointer
}
以下是我的两个例子:
<a href="http://www.facebook.com/cneistat" id="facebook"> <img src="Images/facebook-btn.png"> </a>
和
<li data-controls="one"><a id="togglediv1" class="active-start">Vlogging</a></li>
第一个是应该可点击的facbook图标。第二个只是页面上的一些文本,也应该是可点击的。当然,它们都可以工作,但是当它们悬停时,它们都不会将光标更改为指针。当你将鼠标悬停在它上面时,它会变为指针一瞬间,但它会保持正常的光标。
添加游标:指向CSS的指针也不起作用。
感谢您的帮助!
答案 0 :(得分:0)
Have a look at this fiddle https://jsfiddle.net/j4k5qywm/2/
Let me know if you have any questions. It will be easier next time if
you post a jsfiddle so that we can see the code that you have written.
Need to see how to post a fiddle not getting an error needs to
be in a code block :-)