我看到很多关于如何使iframe可点击的帖子,但我似乎无法让它们中的任何一个工作。
有人知道用户点击iframe并重定向到其他网页的方式吗?
我在记事本中写这个为html(yep原语,但我通常不写html代码)
答案 0 :(得分:1)
如果您正在讨论框架内的链接,则可能必须使用target
attribute on the anchor
element。
E.g。 <a href="www.somewhere.com" target="_parent">This will take the parent window</a>
答案 1 :(得分:0)
您可以将透明的png图像与iframe中的iframe一样大,并将其放入
<a href="yourlink"><img id="transparent" src="transparent.png"></a>
并将其带到
前面 #transparent {
z-index:100;
}
在CSS中如果您不想制作透明图像,您只需下载任何尺寸的透明png,然后在css中根据需要调整其高度和宽度