I want to create a chrome extension that let the user to select html element like firebug and i've implemented it with a jQuery plugin called jQuery.DomOutline.
The problem is that it whenever I select an element in a web page that has
margin:0 auto
and fixed width on it's body
tag, it shows an ill formatted selected area.