wztooltip
Posted: Sun Jul 26, 2009 8:57 pm
anyone familar with it? How do I place a form inside of it?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<a href="index.htm" onmouseover="TagToTip('myForm')" onmouseout="UnTip()">Home page </a>
...
<form id="myForm">...</form>
...