如何在 Dreamweaver 中添加使用 Photoshop 制作的布局的链接
我只是好奇他们如何使用 Dreamweaver 在 Photoshop 中的网站布局上放置链接。 他们是怎么做到的?
I'm just curious how do they put links on the website layouts in photoshop using dreamweaver.
How do they do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你想在图像的某些部分/区域上设置链接,你应该使用
imagemap
这是一个简单的例子:你可以为可点击区域定义不同的形状,如矩形、圆形和多边形 - 只需询问谷歌一下准确的语法。请注意图像的
usemap
属性来定义应使用的地图。编辑:我想我误解了你的问题 - 但也许这无论如何都有帮助......
if you want to set links on some parts/areas of an image, you should use
imagemap
here is an simple example:you can define different shapes for the clickable areas like rectangle, circles and polygons - just ask google for the exact syntax. note the
usemap
-attribute of the image to define wich map should be used.EDIT: i think i misunderstood your question - but maybe this helps anyway...