E emartel Registered User. Local time Yesterday, 23:14 Joined Jan 15, 2005 Messages 48 Apr 25, 2006 #1 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
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 Today, 02:14 Joined Jan 20, 2004 Messages 707 Apr 25, 2006 #2 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;
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;
E emartel Registered User. Local time Yesterday, 23:14 Joined Jan 15, 2005 Messages 48 Apr 26, 2006 #3 thanks. Will it still do the function of the 'Browse' button automatically then?
Kodo "The Shoe" Local time Today, 02:14 Joined Jan 20, 2004 Messages 707 Apr 27, 2006 #4 yes. All you are doing is modifying the font.