Hey guys, I'm working on this page and I can't seem to figure out what is wrong with this block of code.
The idea is it is supposed to be a mouseover that will popup a couple of small icons and a few words, like a help button. I can get the help icon to appear, but nothing happens when you move the mouse over it. Any ideas on what is wrong?
The idea is it is supposed to be a mouseover that will popup a couple of small icons and a few words, like a help button. I can get the help icon to appear, but nothing happens when you move the mouse over it. Any ideas on what is wrong?
Code:
<a onmouseover="popup('<font color="#FFA600">Name:</font> EVEOTS<br /><font color="#FFA600">Character:</font> All<br /><font color="#FFA600">Type:</font> Character<br /><img src="images/tick.png" border="0"> No Expiry<br />', '100');"><img src="[URL="http://ts3api.sev3rance.com/images/help.png"]images/help.png[/URL]" border="0"></a>