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
 
<table>
<tr>
    <td>
        <html:link  page="/logon.jsp">
              <bean:message key="index.logon"/>
       </html:link>
   </td>
    <td>
        <html:image border="0" property="logon" src="./images/arrow.gif"
alt="arrow"/>
   </td>
</tr>
 
</table>
 
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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to