odyniec / imgareaselect

ImgAreaSelect is a jQuery plugin for selecting a rectangular area of an image. It allows web developers to easily implement image cropping functionality, as well as other user interface features, such as photo notes (like those on Flickr).
http://odyniec.net/projects/imgareaselect/
686 stars 197 forks source link

BODY border-top interferes #38

Open richardfive opened 11 years ago

richardfive commented 11 years ago

If your HTML page includes a css style with a border-top of x pixels the selection area will be affected with the same amount of pixels!

The only solution until now is to remove the border-top style.