bash
04-24-2003, 04:04 AM
when the mouse pointer is run over a link, down in the status bar, the links address is shown. How can i hide the link, so when the mouse is moved over a link, the link address is not shown in the status bar.
|
Click to See Complete Forum and Search --> : hide status bar link address bash 04-24-2003, 04:04 AM when the mouse pointer is run over a link, down in the status bar, the links address is shown. How can i hide the link, so when the mouse is moved over a link, the link address is not shown in the status bar. pyro 04-24-2003, 07:25 AM Like this: <a href="http://www.w3c.org" onmouseover="window.status=''; return true">W3C</a> webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |