florida
05-10-2004, 01:19 PM
I would like to create link rollover where it mouse rolls over a link and says "Under Construction". Please advise how I can do this?
I can do this:
<a href="www.mysite.com" onmouseover="alert('Under Construction');return false;">hi</a>
But would rather have a message text pop up without the user having to hit the 'Ok' button.
I can do this:
<a href="www.mysite.com" onmouseover="alert('Under Construction');return false;">hi</a>
But would rather have a message text pop up without the user having to hit the 'Ok' button.