I'm using this code to change the status bar of IE.
<a href="http://www.google.com" onmouseover="window.status='Google';return true;">Google</a>
But the problem is when i'm using a menu (links inside a div) it doesn't change anymore the status bar. Is there any way to fix it?