Okay, I got as far as saving two sprites from my Wordpress blog to my
computer. My host is Hostgator and I found the images folder where
each image should be replaced according to the SpriteMe Export CSS.
This is where I'm stuck...
ORIGINAL...
#optincrusher .calltoactionimg {
background-image: url("
http://internettvdotcom.com/wp-content/
plugins/optincrusher/images/thumbnail-free-report.png");
REPLACEMENT...
background-image: url("
http://www.jaredhirsch.com/coolrunnings/
public_images/d1176d0feb/spriteme1.png");
background-position: -10px -132px;
Do I delete the ORIGINAL image (thumbnail-free-report.png) from my
images folder and upload the REPLACEMENT spriteme1 there?