SSPrincess
04-22-2003, 05:22 PM
I've been to sites where when you move your mouse over a link, and instead of the URL being at the bottom of the screen, there are words instead. What is the HTML for this?
|
View Full Version : Words instead of URL SSPrincess 04-22-2003, 05:22 PM I've been to sites where when you move your mouse over a link, and instead of the URL being at the bottom of the screen, there are words instead. What is the HTML for this? epolady 04-22-2003, 05:29 PM <a href="yourlink" onmouseover="window.status='text in here';return true" onmouseout="window.status='';return true">link</a> SSPrincess 04-22-2003, 05:36 PM Thank you! Have a nice day! :waving: |