CSS
CSS double border using box-shadow
Getting a double border with a different color doesn't leave you with may options.You can use border-style: double or outline: 1px solid blue. But I wanted the double border only on one side, so I decided to play around with the box-shadow rule. Check out the jsfiddle below. I'm using the x and y offset to achieve the effect. Depending on your target element you will have to adjust the x/y offset to match the border-width: width; Its not perfect but it might work in your layout/design
Annoucing the launch of spritewizard.com
I'm proud to announce the lauch of spritewizard.com a web service that allows you to create and maintain css sprites with an easy drag and drop interface. I created SpriteWizard because I could never get all of the images from a designer at once. Having a simple web interface that manages all of that for you. So please check it out and let me know what you think.