Hey everyone,
I'm hoping someone can help me.
I'm trying to display a login form using rokbox. Here's my setup:
<a href="#" rel="rokbox[350 250][module=login_form]">Login</a>
<div id="login_form">Form_Here</div>
div#login_form {
visibility: hidden;
}
However, when I click on the link, rokbox shows up empty because the content is hidden by css, but I don't want the content to display on the page, just within rokbox.