Safari issues

1 view
Skip to first unread message

prowler

unread,
Mar 12, 2009, 5:57:22 AM3/12/09
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
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
to javascript-image-cropper-ui
<div class="crop">
<div>
<img src="" />
</div>
</div>

This doesnt help. Same issue. I'll try some code reading to see what
this cropper does in calculations.
Reply all
Reply to author
Forward
0 new messages