Guest User

Untitled

a guest
May 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. document.write( '<span class="loadingbar" ID="loadingbar"><p>Loading Data... </p>' );
  2. document.write( '<img id="loadingbarimage" src="Images/loading.gif" />' );
  3. document.write( '</span>' );
  4.  
  5. #loadingbar{
  6. position: fixed;
  7. display:block;
  8. top: 15%;
  9. left: 50%;
  10. margin-left: -10px; /* half of the width */
  11. z-index: 9999;
  12. width:200px;
  13. }
Add Comment
Please, Sign In to add comment