Here is what I have now:
<button type="button" name="moreinfo" id="moreinfo" onClick=" var a = findPos(this); RevLevel(a[0], a[1]); "> <img src="images/question.png" height="16" width="17" alt="more info" border="0" /> </button>`
I’m using Firefox 15.0.1 and I’m getting a button around my question mark graphic. I just want the question mark graphic without a button shape around it.
Why not just attach the tool-tip and the click event to the image itself?