Advertisement
julong

element 3dworld

Sep 15th, 2014
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. #blocker {
  2.  
  3. position: absolute;
  4.  
  5. width: 100%;
  6. height: 100%;
  7.  
  8. background-color: rgba(0,0,0,0.5);
  9.  
  10. }
  11.  
  12. var blocker = document.getElementById( 'blocker' );
  13. blocker.style.display = 'none';
  14. blocker.style.display = '-webkit-box';
  15. blocker.style.display = '-moz-box';
  16. blocker.style.display = 'box';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement