Recently I started painting my buttons. You know, something like this:
Code:
<input type="button" name="n1" value="whatever" style="background:lightsalmon;">[code]
But I noticed that upload form element is misbehaving.
if you use this code:
[code]<input type="file" name="f1" style="background:lightsalmon;">[code]
will cause the placeholder for filename to become lightsalmon while the button "browse" stays gray. Any workarounds? It really spoils ALL of my Web-site. Imagine there 100 salmon buttons, and one is gray! ;)
Thanks in advance!
---
[URL unfurl="true"]http://www.geocities.com/uladzik/[/URL]
---