I have an icon image of "?" that gets information about the field it belongs. I want the image to open a box like a balloon pop-up while the cursor is hovering over it(hovering over the image).
I wrote this:
In the cshtml file.
And I have an Ajax file that defines what is in the box.
But - it dosn't work.
Do i need something else?
I wrote this:
Code:
<div class="formInfo"> <a href="ajax.htm?width=375"> <img src="http://bytes.com/images/question_icon.jpg" width="19" height="18"> </a> </div>
And I have an Ajax file that defines what is in the box.
But - it dosn't work.
Do i need something else?
Comment