我正在使用梦幻般的 PrettyPhoto Lightbox,一个 Jquery 灯箱克隆。
要使用 iframe 启动灯箱,这是代码
<a href="http://www.google.com?iframe=true&width=100%&height=100%" rel="prettyPhoto[iframes]" title="Google.com opened at 100%">Google.com</a>
这很好用!
问题是我正在使用 javascript 用这段代码制作我的一些 div 链接
<div onclick="http://www.google.com?iframe=true&width=100%&height=100%" rel="prettyPhoto[iframes]" class="menuitem">
不幸的是,这不起作用。我怀疑这是因为 DIV 不支持 rel 属性。有人对如何克服这个有任何想法吗?
谢谢你的帮助,
蒂姆