Issue 49: Use CSS outline instead of border to highlight images
Status:  New
Owner: ----
Reported by anup.kr....@gmail.com, Sep 15, 2009
What steps will reproduce the problem?
1. Highlight an image using a CSS selector from the SpriteMe box
2. See the highlight is a 2px solid red border
3.

What is the expected output? What do you see instead?

Expect a border without moving the content to accommodate the new border.

Instead, see the border, but the layout has to change to make room for the 
border.

This, I believe occurs because CSS border is used. Using CSS outline should 
solve that problem.

What version of the product are you using? On what operating system?

Firefox 3.5.3 on Windows Server 2008
Please provide any additional information below.