This
onMouseOut="window.status=' ';return
Whatever you put between the quotes is what will be displayed in the status bar. In your case you have put in a space. Nothing should go there, no space, nothing. That way it will return the status bar to its default state.
|