Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有几个来自 Fireworks 的 PNG 文件,只是想做一个 MockUp,我可以在图像上设置链接以加载下一个图像。我有一些想法,我认为这是一个 JS 或 jQuery 脚本,但我不记得了。
谢谢你的帮助
使用 CSS 使用绝对坐标定位可点击的 div。
回到我曾经使用图像地图的那一天
如果您不是编码员,请为每个图像制作单独的 html 页面
<a href="/path to next image"> <img src="/path to current image"/> </a>