You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to javascript-image-cropper-ui
When used under Safari the marquee goes out of element that contains
the image to crop. I think its some kind of calculations based on
elements' sizes/dimantions.
Container element has this style:
.crop {
padding: 5px;
border: 1px solid #e7f1b6;
width: 201px;
margin: 0 auto;
position: relative;
}
DEfusion
unread,
Mar 12, 2009, 5:59:22 AM3/12/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to javascript-image-cropper-ui
Try not to style the container element directly, add another wrapper
around it that you then apply your style rules to, borders and padding
could be the issue here.
=D
prowler
unread,
Mar 12, 2009, 6:16:39 AM3/12/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message