I’m trying to create a jsp page that can upload a file. Everything
works, but I cannot apply my style to the “Browse” button:
Most browsers don't let you style the browse button for file input typesworks, but I cannot apply my style to the “Browse” button:
specifically.
That displays the regular button… I apply the same styleClass to the
submit button and that works out fine:
Yup: that's because it's a "button" instead of a "file" input type. Isubmit button and that works out fine:
think you might just be out of luck.
Also remember that Safari won't let you style buttons at all.
- -chris
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org