gpt4 book ai didi

javascript - CSS2 光标不显示 "hand"

转载 作者:技术小花猫 更新时间:2023-10-29 12:56:42 26 4
gpt4 key购买 nike

我在这里遵循 W3C 的标准 http://www.w3.org/TR/CSS2/ui.html在这里 http://www.quirksmode.org/css/cursor.html#note .但是,当鼠标悬停时,该元素不会显示在手上。请帮忙。

<a style="cursor:pointer;cursor:hand" onclick='javascript:window.open("http://www.facebook.com/sharer.php?u=<?php the_permalink(); ?>&amp;t=<?php single_post_title(); ?>", "_blank", "toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,copyhistory=no,left=300,top=100,width=626,height=436")'>[image goes here]</a>

当使用 IE9 和鼠标悬停查看时,它不会将光标变为“手”,而只是常规箭头。请指教。

谢谢!

最佳答案

它应该是 cursor: pointer; 单独的,因为 hand 是一个专有值,只有旧版本的 IE 实现,因此是一个无效值。

不过,如果您真的关心 IE 5.x,则可以调换这两个属性,即(cursor: hand; cursor: pointer, hand comes first)。你的 CSS 仍然会失效,所以我希望你不要打扰。

关于javascript - CSS2 光标不显示 "hand",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4343349/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com