How to add a button "on" the image at one corner of image?
css
Solution
This has nothing to do with jQuery or jQuery mobile really. Can be done with simple HTML and CSS. See this fiddle for am example on how I would do it: http://jsfiddle.net/rHaPH/22/
Problem
I want to place buttons On the Top of the image in three places - Bottom Left Corner of the image - Bottom Right corner of the image - Center of the image. (optional).... How to place these button on the top of the image. ``` <img src="images/default_image.png" style="width:90%" id="mImage" /> ```