|
MouseOver Popup Information :
Now simply add the following inside any link that will contain a popup: ONMOUSEOVER="pop('Link description here','yellow')"; ONMOUSEOUT="kill()" where the first parameter inside pop() dictates the text to be displayed, and the second, the color of the box itself. Here are a couple of examples: <a href="http://www.google.com" ONMOUSEOVER="pop('The best search engine','red')"; ONMOUSEOUT="kill()">Google</a>
::: masboyCom :::
|