Mouse-over effects
Use this code to display a message in the status area of the web browser when a mouse hovers over a hypertext link.
Code:<a href="mypage.html" onMouseOver="window.status='The message'; return true" onMouseOut="window.status=''; return true" > the text of the link</a>



Reply With Quote
Copyright Techfuels
Bookmarks