This is a discussion on "Status Bar Display" within the Starting Out section. This forum, and the thread "Status Bar Display are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Status Bar Display
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Status Bar Display
Hi There I am in the process of learning how to build web pages and have been going through a program called professor teaches HTML I have just got to a section which introduces java script it shows you the way to include a message in the status bar and not the url when you hover over a link. This seems to work fine in IE but in Opera it still shows the URL and in Mozilla and Netscape it just has the word Done in the status bar. Is there a way round this or does some browsers just not support this item. I have included one line of the code that works in IE. Your comments would be much appreciated.
<a href="About Us/About Us.html" onMouseOver="window.status='This is All About Us';return true" onMouseOut="window.status='';return true"><li>About Us</li></a> Kindest Regards Tony B. |
|
|
![]() |
| Tags |
| mozilla, netscape, opera |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Status of IE | cedric813 | JavaScript Forum | 1 | Oct 21st, 2007 17:38 |
| Status images | alexgeek | PHP Forum | 0 | Aug 3rd, 2007 01:24 |
| Developer Status ? | Accurax | Webforumz Cafe | 13 | Jan 8th, 2007 16:17 |
| Display User Status? | Monie | Classic ASP | 17 | Oct 29th, 2004 04:18 |