i would like to show delete button at top right corner to image? how could i achieve this?
my html is like this :-
main image :
You might try this:
<div style="position:relative; width:'mainimagewidth'"> main image<img src="" /> <span style="position:absolute; top:0; right:0;">ximage<img src="" /></span> </div>