I'm working on a music retail site. I have little design experience, so I thought of using the design of another site and putting in my own content and images. The site I'd like to model is zzounds.com. It seems pretty simple and straightforward.
My first issue of probably many is the logo. I'm using firebug to look at the HTML and CSS for the elements. The logo is div id="logo". Going through the style rules, I found this sprite the site uses for some images.
http://cachepe.zzounds.com/layout/zzounds/new/images/common/main-sprite.png
I don't understand how it's slicing up the different images though. Seems like it might be complicated to replace their images with mine. Is there a simpler way to do what I'm trying to?
My first issue of probably many is the logo. I'm using firebug to look at the HTML and CSS for the elements. The logo is div id="logo". Going through the style rules, I found this sprite the site uses for some images.
http://cachepe.zzounds.com/layout/zzounds/new/images/common/main-sprite.png
I don't understand how it's slicing up the different images though. Seems like it might be complicated to replace their images with mine. Is there a simpler way to do what I'm trying to?