TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Mouse Over Problem

Page: 1 Reply
Apr 19th 2001#1975 Report
Member since: Mar 19th 2001
Posts: 18
With mouse over in Status bar, if you mouse over a link at my site, I have a small description in the Status bar, but when the mouse isn't over a link it keeps the last link moused over in the status bar, how do I make it so when the mouse is not over a link, it says something else, so after each mouse out the title of my site is shown rather than the links description???

CrazyEel
http://www.crazyeel.cjb.net
Reply with Quote Reply
Apr 19th 2001#1976 Report
Member since: Mar 18th 2001
Posts: 1452
Just do it like this:

On mouseover | mouse out blank status bar

onMouseOver="window.status='Mouseover text'; return true" onMouseout="window.status=''; return true"

On mouseover | mouse out other status text

onMouseOver="window.status='Mouseover text'; return true" onMouseout="window.status='Mouseout text'; return true"
Reply with Quote Reply
Apr 19th 2001#1981 Report
Member since: Mar 19th 2001
Posts: 18
thanks alot
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum