theunreplicated / spriteme

Automatically exported from code.google.com/p/spriteme
0 stars 0 forks source link

Use CSS outline instead of border to highlight images #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by anup.kr....@gmail.com on 15 Sep 2009 at 9:57