how to map 1 global image per webpage into multiple images

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • stephanie777
    New Member
    • Jan 2010
    • 3

    how to map 1 global image per webpage into multiple images

    hello,

    i want to secure my webpage's images and code from being copied, so I want to merge (like a grid) all my images into 1 jpg, and use the (index) map of each image instead of its regular url
    thus avoiding to upload each image separately by securing them in 1 tight flat image.

    can anybody tell me how to do that?

    thanks :)
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    What you are wanting is called "css sprites". Google for that for lots of examples and tutorials.

    Comment

    • stephanie777
      New Member
      • Jan 2010
      • 3

      #3
      thanks for your reply :)
      it saved me hours of searching!

      PS, I googled it and found this article to be very useful:
      This article has been revised and re-written several times since its very first publication in 2007, to keep the information current. The most recent revision

      Comment

      Working...