How is this done, use of one background image?

Discussion in 'CSS' started by 123GoToAndPlay, Jun 3, 2009.

  1. #1
    123GoToAndPlay, Jun 3, 2009 IP
  2. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #2
    They're usually called "sprites" (in the spirit of reusable groups of pixels), so google "css sprites" and you'll find gazillions. Google also uses them.

    In general, overflow: hidden is used a lot to hide the rest of the image, and pixel-perfect background positioning.
     
    Stomme poes, Jun 3, 2009 IP
    bindassdelhiite likes this.