0
Welcome Guest! Login
0 items Join Now

You are not authorized to access that page, please login...

Display Hidden Module With Rokbox

    • CoreyVM's Avatar
    • CoreyVM
    • Sr. Rocketeer
    • Posts: 113
    • Thanks: 0

    Display Hidden Module With Rokbox

    Posted 13 years 11 months ago
    • 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.
    • Last Edit: 13 years 11 months ago by CoreyVM.
    • CoreyVM's Avatar
    • CoreyVM
    • Sr. Rocketeer
    • Posts: 113
    • Thanks: 0

    Re: Display Hidden Module With Rokbox

    Posted 13 years 11 months ago
    • Nevermind I got it to work by changing the css to:
      div#login_form {
        display: none;
      }

Time to create page: 0.065 seconds