style & button in <input type=file>

liunx

Guest
Can I assign style for this [beep] button in <input type="file">? How?<!--content-->hehehe...the sneaky file button ;)<br />
<br />
I haven't tested this but I assume you can use a style attribute something like this:<br />
<br />
<br />
<input type=file style="border-style:solid; color:white; font-family:'Comic Sans MS'; font-weight:600; background:darkblue;"><br />
<br />
<br />
Regards,<br />
Kevin<!--content-->Nope!<br />
<br />
The style entry gets applied to the text box portion but the button is an untouchable.<!--content-->jus like you says...it shore does !! That pesky file button !!<br />
<br />
hehehe,<br />
Kevin<!--content-->
 
Back
Top