Forum Moderators: not2easy

Message Too Old, No Replies

How do I change the appearence of an filefield's broswse button?

         

fenryr

4:44 pm on Oct 15, 2005 (gmt 0)

10+ Year Member



The changes in the css seem to only apply to the textfield but not to the browse button..

Stuff like that:


.input {
font-family: Tahoma, Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
background-color: #3399FF;
border: 1px #000000;
}

works fine on submit buttons but not on the browse button

fenryr

5:38 pm on Oct 15, 2005 (gmt 0)

10+ Year Member



Well I did some searching..
seems to be quite a problem..

incase someone is interested, the best i could come up with is this:
[quirksmode.org...]