Posted by Mike Minor on 04/02/07 14:42
I'm using CSS to modify the appearance submit buttons on various pages. On
one page I have an <input type="file"> line which automatically includes a
BROWSE button. I add the class="button" to the input type="file" line.
However, it doesn't apply the button's appearance doesn't change. Instead it
applys the appearance changes to the text input box. How do I get it to
apply the appearnce change to the button and not the text box?
Sorry, but the site is not up on the web yet, so I can't post a link for you
to see it yet. What I have tried is the following:
<input type=file size=77 name="FILE1" class="button">
Mike Minor
[Back to original message]
|