RE: " Image" attribute instead of "Text"
"Matt Raible" <lists-T7vlz3gD7BdF/EzeuO4KJwC/[email protected]>
| Newsgroups | gmane.comp.java.struts-menu.user |
|---|---|
| Organization | Raible Designs, Inc. |
| Message-ID | <[email protected]> |
It largely depends on what menu displayer you're using. If you're using a Velocity-based displayer, you can pretty much customize all the HTML or JavaScript that is produced. There's also support for the "image" attribute, as well as onmouseover, onmouseout (I believe). In short - try it and see what happens. ;-) Matt -----Original Message----- From: struts-menu-user-admin-TtF/[email protected] [mailto:struts-menu-user-admin-TtF/[email protected]] On Behalf Of DanEyassu Sent: Saturday, May 08, 2004 1:53 PM To: struts-menu-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Subject: [struts-menu] " Image" attribute instead of "Text" I am new to struts menu and I want to use an image instead of text for the <menu> tag. Instead of this <Menu name="projectMenu" title="Project Menu">, I want to use an image file, something like <Menu name="projectMenu" image="some image file"> with a capability to change the image source when onmouseover. Is this possible instruts-menu? Thanks a lot Dan