gpt4 book ai didi

html - 使用 chrome,我的网站运行良好。使用 IE 鼠标悬停不起作用

转载 作者:太空宇宙 更新时间:2023-11-03 18:33:27 24 4
gpt4 key购买 nike

这是我的代码:

<th width="14%" height="63" scope="col">
<img
src="GFX/home-navi.fw.png"
width="140" height="63"
onmouseover="this.src='GFX/home-navi-mo.fw.png';" />
</th>

鼠标悬停在 Chrome 上完美运行,但在 IE 上运行不佳。我该如何解决?

最佳答案

仅供引用:

Docs for IE Mouseover

无论如何你都会给mouseenter尝试一下:

The mouseenter JavaScript event is proprietary to Internet Explorer. 
Because of the event's general utility,
jQuery simulates this event so that it can be used regardless of browser.
This event is sent to an element when the mouse pointer enters the element.
Any HTML element can receive this event.

但是我的 IE8 是这样的

<body>
<table>
<th width="14%" height="63" scope="col">
<img src="https://www.google.de/images/srpr/logo6w.png" width="100" height="50" onmouseover="this.src='http://gameplayer-magazine.de/WordPress/wp-content/gallery/google/google-2.jpg';">
</th>
</table>
</body>

Fiddle

也许你的资源不在线?

如果您告诉我们您可能使用哪个 IE 版本,我认为这会很有帮助吗?

亲切的

关于html - 使用 chrome,我的网站运行良好。使用 IE 鼠标悬停不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19279054/

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