Poner loader, transparente, ocupa toda la pantalla


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. .ajax-loader {
  2. background: transparent url(../images/ajax-loader.gif) no-repeat scroll center;
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. border: 0;
  7. margin: 0;
  8. padding: 0;
  9. width: 100%;
  10. height: 100%;
  11. background-color: #D0D0D0;
  12. border-style: none;
  13. opacity: 0.6;
  14. filter:alpha(opacity=60);
  15. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.