Search code examples
jquerythickbox

Thickbox does not show content i Firefox


Link: http://hedenstedfotoklub.net.dynamicweb.dk/

In the upper grey area there is a little icon which triggers ThickBox. My only problem is that in Firefox Thickbox doesn't show the content.

Any ideas ?


Solution

  • Your link needs to tell thickbox to load the URL in an IFrame. Thickbox strips everything in the URL after 'TB_', this should work.

    <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>
    

    See the thickbox docs for more details.