Jquery 图像鼠标悬停通过坐标

发布于 2024-12-24 02:25:46 字数 912 浏览 2 评论 0原文

我有一个地板图像,因为我使用“Usemap”属性来链接坐标。

像这样:

 <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
            <td>
                <img src="5th_floor_screen-size.jpg" width="1372" height="906" border="0" usemap="#Map" /></td>
        </tr>
    </table>

 <area class="tooltip" shape="rect" coords="1232,550,1298,621" href="#" title="Store Room" />
        <area class="tooltip" shape="rect" coords="1301,550,1351,621" href="#" title="Record Room" />
</map>

现在我需要的是我将有两个图像,例如 1.Store Room 2.Record Room

例如:

假设如果在储藏室上执行 onmouseover,则储藏室中的区域应突出显示,然后 onmouseover 则应不显示并且还有档案室。

如何在 Jquery 或 javascript 中实现此功能?..

FYR:

因为我需要...

输入链接此处描述

I am having an Floor Image in that i am using the "Usemap" attribute to link the coordinates.

Like this:

 <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
            <td>
                <img src="5th_floor_screen-size.jpg" width="1372" height="906" border="0" usemap="#Map" /></td>
        </tr>
    </table>

 <area class="tooltip" shape="rect" coords="1232,550,1298,621" href="#" title="Store Room" />
        <area class="tooltip" shape="rect" coords="1301,550,1351,621" href="#" title="Record Room" />
</map>

Now what i need is i will be having two image like 1.Store Room 2.Record Room

for eg:

Suppose if do onmouseover on the store room the area which is in the store room should highlight and then onmouseover it should be display none and also recordroom.

How to implement this either in Jquery or javascript?..

FYR:

As this i need...

enter link description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

绳情 2024-12-31 02:25:46

看看我做的这个jsfiddle。也许这对你有帮助。

http://jsfiddle.net/SB77y/

Check out this jsfiddle I made. Propably this helps you.

http://jsfiddle.net/SB77y/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文