Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2011
2,219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.43 KB | None | 0 0
  1. <style type="text/css">
  2.     .a {
  3.         background: transparent none left top no-repeat;
  4.         position: absolute;
  5.         visibility: hidden
  6.     }
  7. </style>
  8. <div class="a" style="background-image: url('heavyimage.jpg')"></div>
  9. <div class="a" style="background-image: url('anotherheavyimage.jpg')"></div>
  10. <div class="a" style="background-image: url('maybesomethingnotsobig.gif)"></div>
  11. <div class="a" style="background-image: url('helloworld.png')"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement