Set font on input type=file (1 Viewer)

emartel

Registered User.
Local time
Yesterday, 16:07
Joined
Jan 15, 2005
Messages
48
Hi, can anyone tell me if its possible to specify the font on the 'Browse' button of an 'INPUT TYPE=FILE' field? I know you can change the font in the text box, but I can't change the button font.
many thanks
 

Kodo

"The Shoe"
Local time
Yesterday, 19:07
Joined
Jan 20, 2004
Messages
707
give an id to your button so it doesn't apply to all input elements.. and then make a css class for it with the style of
font-family=fontname;
 

emartel

Registered User.
Local time
Yesterday, 16:07
Joined
Jan 15, 2005
Messages
48
thanks. Will it still do the function of the 'Browse' button automatically then?
 

Kodo

"The Shoe"
Local time
Yesterday, 19:07
Joined
Jan 20, 2004
Messages
707
yes. All you are doing is modifying the font.
 

Users who are viewing this thread

Top Bottom