Boards.ie uses cookies. By continuing to browse this site you are agreeing to our use of cookies. Click here to find out more x
Post Reply  
 
Thread Tools Search this Thread
22-05-2005, 11:39   #1
Bri
Registered User
 
Bri's Avatar
 
Join Date: Jun 2001
Location: Dublin(ish)
Posts: 2,016
Actually...OnmouseOut?

Hi there,

Ok so I've got
<a href="http://www.boards.ie" onMouseOver="(window.status='Boards.ie'); return true">

How come this doesn't work (with or without the second return true)?
<a href="http://www.boards.ie" onMouseOver="(window.status='Boards.ie'); return true" onmouseout="window.status='BLANK BIT'); return true" target="new">

I've tried onLoad="window.defaultStatus='standard message';"> but only works in IE for me.

Thanks!

Last edited by Bri; 22-05-2005 at 12:31.
Bri is offline  
Advertisement
22-05-2005, 15:44   #2
Rollo Tamasi
Registered User
 
Rollo Tamasi's Avatar
 
Join Date: Apr 2005
Location: Dublin // Cork
Posts: 3,454
Send a message via AIM to Rollo Tamasi Send a message via MSN to Rollo Tamasi Send a message via Yahoo to Rollo Tamasi Send a message via Skype™ to Rollo Tamasi
Are you just trying to load up the boards homepage in a new window? In that case you need this:
<a href="http://www.boards.ie" onMouseOver="(window.status='Boards.ie'); return true"
onmouseout="window.status='BLANK BIT'); return true" target="_blank">Boards</a>
Rollo Tamasi is offline  
22-05-2005, 18:19   #3
Bri
Registered User
 
Bri's Avatar
 
Join Date: Jun 2001
Location: Dublin(ish)
Posts: 2,016
Not too arsed about the target, just interested in getting the onMouseOver message removed after its loaded by someone hovering over...

I've managed to get another message working in IE with the "onLoad="window.defaultStatus='standard message';" in the main body tag...but this only works in IE.

So in Firefox the name of the last hovered link stays on the page permanently until another link is chosen.

Thanks.
Bri is offline  
22-05-2005, 18:32   #4
Bri
Registered User
 
Bri's Avatar
 
Join Date: Jun 2001
Location: Dublin(ish)
Posts: 2,016
Got it...
onMouseOut="window.status= ('')"
looks pretty much the same as what you have there but maybe the last " did the trick or something.

At this stage I'm just glad it works cross-browser!

Thanks.
Bri is offline  
Post Reply

Quick Reply
Message:
Remove Text Formatting
Bold
Italic
Underline

Insert Image
Wrap [QUOTE] tags around selected text
 
Decrease Size
Increase Size
Please sign up or log in to join the discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search