sign in button visible even if its within a hidden div

4 posts / 0 new
Last post
Adil Hanifi's picture
Joined: 02/20/2012
Thu, 02/23/2012 - 14:12
sign in button visible even if its within a hidden div

hi
i want to load the signin button within a hidden div(toggle/show/hide)
the login page is hidder until the user click on div (toggle/show div)
ive tried to wrap it within another div (display:none) .. invane it still show it self when the page load

any one to shed some light on how to hide it .. or better .. is ther a way to build a custon JSON call and trigger it via a simple button

thanks

Eugene O'Neill's picture
Developer Advocate
Joined: 01/07/2011
Thu, 02/23/2012 - 16:59

This seems to work for me:

1
2
3
<div style="display:none;">
  <script type="IN/Login"></script>
</div>

Are you doing something different? Do you have an example I could take a look at?

- Eugene

Adil Hanifi's picture
Joined: 02/20/2012
Thu, 02/23/2012 - 17:23

this is the exact same code i ve tried ... :S
sadly its not working

Eugene O&#039;Neill's picture
Developer Advocate
Joined: 01/07/2011
Thu, 02/23/2012 - 19:04

What browser are you on? Do you have anything else happening on the page? Do you have a link to your integration?