|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
combine this in a link
I want to use these both at the same time in a link to use a rollover image and hide the page in the status bar. How can I combine the two statements between the dashed lines into one link (with the white space omitted)?
< a href="http://www.mysite.com/?page=members&blah=blah" --------------------------------------- onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('home','','/images/menu/homeover.gif',1)" onmouseover="window.status='MySite.com';return true;" onmouseout="window.status=' ';return true;" --------------------------------------- >< img src="/path/to/button.gif" >< /a> thanks, Justin |
|
#2
|
|||
|
|||
|
RE: combine this in a link
You could try this...(note I could not test this but have used multiple javascript calls in links this way)
onMouseOut="MM_swapImgRestore;window.status='MySite.com';retur n true;" onMouseOver="MM_swapImage;();window.status='MySite.com';return true;" give it a try can't hurt |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > combine this in a link |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|