如何在div标签中映射背景图像
我想创建一个您可以单击并转发到“#”的框,所以我认为这是一个好主意:
但不幸的是,区域地图不能在 div 或 p 标签中使用:/ 有人知道什么是好的解决方案吗?
I wanted to create a box that you could click on and be forwarded to "#" so I thought this would be a good idea:
But unfortuneatly areamaps couldn't be used in div or p tags :/
Anyone have an idea what a good solution would be?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这与 php 无关,因为它发生在导航器中。
使用 JavaScript 代替:
This is not php related, because its happening in the navigator.
Use javascript instead :
您可以在 div 内创建标签。您可以提供这些子标签和 id,或者在标签的 style 属性中应用样式。将标签样式设置为display:block,并通过position:absolute或position:relative以及属性top:5px和left:5px来定位链接。适当设置宽度和高度以及顶部和左侧。
You could create tags inside the div. You can give these subtags and id or you apply the style in the tag's style attribute. Set the tags style to display:block and position the link via position:absolute or position:relative and the attributes top:5px and left:5px. Set width and height and top and left appropriately.