RE: How do I change images (mouseover, mouseout) using the struts API

2002-03-15 Thread Witbeck, Shane

How about just including the link message with the image and just do the
rollover on the image?

Sincerely,

Shane Witbeck
Web Application Developer, Bank of America
904.987.1688

-Original Message-
From: Paul Idusogie [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 15, 2002 2:23 PM
To: [EMAIL PROTECTED]
Subject: How do I change images (mouseover, mouseout) using the struts
API
Importance: High


Can someone kindly provide guidance on how to implement this using the
taglibs available with struts?
 
I have the following code snippet
 




  
   
   


   

 

 
What I would like to do, is have the mouse over the logon text and have
the image change.
 
 
Thanks,
 
 
Paul Idusogie
[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: How do I change images (mouseover, mouseout) using the struts API

2002-03-15 Thread Joseph Barefoot

Since this is client-side UI behavior, you will need a Javascript handler function to 
swap out the images...once you have it (the function), use the "onmouseover" attribute 
of the  tag to specify the function that should be called.  This is a 
pretty common piece of Javascript functionality, and you should have no problem 
finding an example on the web that can be tailored to your needs. 

The only way to do this without JavaScript is to refresh the whole page, and I'm 
pretty sure that's not what you want. :)

-Original Message-
From: Paul Idusogie [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 15, 2002 11:23 AM
To: [EMAIL PROTECTED]
Subject: How do I change images (mouseover, mouseout) using the struts
API
Importance: High


Can someone kindly provide guidance on how to implement this using the taglibs 
available with struts?
 
I have the following code snippet
 




  
   
   


   

 

 
What I would like to do, is have the mouse over the logon text and have the image 
change.
 
 
Thanks,
 
 
Paul Idusogie
[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   
For additional commands, e-mail: