I have an image and a div of submit form which contain 2 button.
I want to position the 2 buttons on the image, bottom right corner. But the image might be horizontal and vertical, so it have to always at the bottom right corner.
I tried to search some and test,but seems not working for me. Anyway of achieving this?
my image have a specific ID. and I made my form into a DIV.
one of the link
<img src='' id:'photo_img'/>
<div id='buttons'>
</div>