Advertisement
webpagefxjared

fb revel

Jun 30th, 2011
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <!-- copied from http://www.allfacebook.com/create-reveal-tab-2010-09 -->
  2. <style type='text/css'>
  3. #wrapper {
  4. width:520px;
  5. height:500px;
  6. margin:0 auto; border:0; padding:0;
  7. position:relative;
  8. }
  9. #not-fans {
  10. width:520px;
  11. position:absolute; top:0; left:0;
  12. height:500px; /* This should changed to the height of your image */
  13. }
  14. </style>
  15. <div id="wrapper">
  16. <fb:visible-to-connection>
  17. <div style='width:520px;'>
  18. <img src='[Insert Image URL Here]' /> <!-- This image will be displayed to fans -->
  19. <!-- You can also add any HTML that you want displayed to fans -->
  20. </div>
  21. <fb:else>
  22. <img src='[Insert Reveal Tab Image URL Here]' id='not-fans' /><!-- This image will be displayed to people who aren't fans -->
  23. </fb:else>
  24. </fb:visible-to-connection>
  25. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement