gpt4 book ai didi

html - 在 Usemap/area 情况下,光标未更改为指针

转载 作者:技术小花猫 更新时间:2023-10-29 11:57:48 30 4
gpt4 key购买 nike

我有以下 HTML 代码,我无法在所有浏览器中正常工作:

<div id ="right_header">     
<img id = "usemapsignin" src="/images/sign-in-panel-wo-FB.png" usemap = "#signin">
</div>
<map name = "signin" >
<area shape = "rect" coords = "30,10, 150, 50" target = "_blank" alt = "signin" id="signin"
onMouseOver="document.images['usemapsignin'].style.cursor='pointer'"
onMouseOut="document.images['usemapsignin'].style.cursor='auto'"/>
<area shape = "rect" coords = "0,113, 172, 150" target = "_blank" alt = "restowner" id = "restowner"
onclick = "alert('Hello Restaurant Owner!')" />
</map>

我试图在移动到 usemap 的一部分时将光标更改为指针。但它在 Chrome/Safari 中不起作用。

我们将不胜感激。

最佳答案

Chrome 和 Safari 不支持更改 map 或区域元素的 CSS。在某个区域上获得鼠标指针的唯一直接方法是:

<area ... href="javascript:void(0);" />

关于html - 在 Usemap/area 情况下,光标未更改为指针,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6589768/

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