gpt4 book ai didi

html+css usemap 不起作用

转载 作者:行者123 更新时间:2023-11-28 10:40:00 25 4
gpt4 key购买 nike

我想做一个 slider ,它是每个图像都有和引用的。 slider 有效,但引用仅显示第 5 个引用。我不知道我会做什么 =(

这是我目前所拥有的:

<map name="rfr-ma">
<area shape="rect" coords="0,0,640,320" href="ma.html">
</map>
<map name="rfr-jj">
<area shape="rect" coords="0,0,640,320" href="jj.html">
</map>
<map name="rfr-kn">
<area shape="rect" coords="0,0,640,320" href="kn.html">
</map>
<map name="rfr-aj">
<area shape="rect" coords="0,0,640,320" href="aj.html">
</map>
<map name="rfr-bk">
<area shape="rect" coords="0,0,640,320" href="bk.html">
</map>

<!-- Sildes -->

<img id="one" src="img/ma.jpg" usemap="#rfr-ma"/>
<img id="two" src="img/kn.jpg" usemap="#rfr-kn"/>
<img id="three" src="img/aj.jpg" usemap="#rfr-aj"/>
<img id="four" src="img/bk.jpg" usemap="#rfr-bk"/>
<img id="five" src="img/jj.jpg" usemap="#rfr-jj"/>

最佳答案

您的坐标重叠,即指向同一位置:coords="0,0,640,320"将其更改为每个链接的不同位置。

关于html+css usemap 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23178149/

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