Also is it possible to show the popup on an image or a button.
I tried by adding a button or image. it doesnt work. Replaced the first div tag with the following lines in my code
- --------------------------------
<div class="hotspot context-align-bottom" style="left: 50px; top: 50px"><input type="button" name="btn2" value="btn2"></input>this</div>
<input class="hotspot context-align-bottom" type="button" name="btn1" value="ggg" style="left: 50px; top: 100px"></input>
<img class="hotspot context-align-bottom" src="" name="img1" style="left: 50px; top: 150px"></input>
- -------------------------------------------------------