【发布时间】:2010-04-09 17:58:06
【问题描述】:
链接:http://hedenstedfotoklub.net.dynamicweb.dk/
在上面的灰色区域有一个触发ThickBox的小图标。 我唯一的问题是在 Firefox Thickbox 中不显示内容。
有什么想法吗?
【问题讨论】:
链接:http://hedenstedfotoklub.net.dynamicweb.dk/
在上面的灰色区域有一个触发ThickBox的小图标。 我唯一的问题是在 Firefox Thickbox 中不显示内容。
有什么想法吗?
【问题讨论】:
您的链接需要告诉thickbox 在IFrame 中加载URL。 Thickbox 会在“TB_”之后删除 URL 中的所有内容,这应该可以。
<div id="buttons">
<a href="/files/templates/extranet/login_uk.htmlTB_iframe=true&width=400&height=220" class="login thickbox" title="Login her">
Login
</a>
</div>
有关详细信息,请参阅thickbox docs。
【讨论】: