David Behler
unread,Jun 24, 2008, 9:07:59 AM6/24/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
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
I tried that but the result is the same. My "addTag" div is still
"behind" the overlay.
I have updated the test.html so you can have a look at my chances.
Basicly i removed my "addTag" div from my html-file and added this
cropper.onload() right at the end before "this.setParams();":
addtag_element = Builder.node('div',{id:'addTag', style:'background-
color:#FFFFFF;border: 2px solid black; position:absolute; z-index:
20'},[
Builder.node('input', {type:'text', id:'tagX'}),
Builder.node('input', {type:'text', id:'tagY'}),
Builder.node('input', {type:'text', id:'tagWidth'}),
Builder.node('input', {type:'text', id:'tagHeight'})
]);
$('gallery_picture_content_top').appendChild( addtag_element );
Is that what you wanted me to do or did I get you wrong?
David