如何从 PNG 文件创建网站模型,我只想添加链接

发布于 2024-12-05 16:42:00 字数 111 浏览 1 评论 0原文

我有几个来自 Fireworks 的 PNG 文件,只是想做一个模型,我可以在图像上设置链接以便加载下一个图像。我记得我认为这是一个 JS 或 jQuery 脚本,但我不记得了。

感谢您的帮助

I have a couple of PNG Files from Fireworks and simply want to do a MockUp where I can set Links on the Images in order to load the next image. I have something in mind I think it was a JS or jQuery script but I dont remember it.

Thanks for any help

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

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

发布评论

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

评论(2

牛↙奶布丁 2024-12-12 16:42:00

回到过去,我曾经使用 图像映射

如果您不是编码员,请制作单独的 html每个图像的页面

<a href="/path to next image">
<img src="/path to current image"/>
</a>

Back in the day I used to use image maps

If you are not a coder make seperate html pages for each image

<a href="/path to next image">
<img src="/path to current image"/>
</a>
内心旳酸楚 2024-12-12 16:42:00

使用 CSS 使用绝对坐标来定位可点击的 div。

Use CSS to position clickable divs using absolute coordinates.

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