Hi,
input tag file's background need to be change.
This code wont work in Mozilla but works in IE.
<input name="file" type="file" size="50" style="background-color: red;color:red" />
So how can I do same for Mozilla ?
input tag file's background need to be change
Moderator: General Moderators
-
madan koshti
- Forum Commoner
- Posts: 50
- Joined: Fri Jun 06, 2008 4:25 am
Re: input tag file's background need to be change
Browser support for styles on inputs of type 'file' is terrible.
Apparently you cant do it without hacking at it with a big sharp spoon!
http://www.quirksmode.org/dom/inputfile.html
Apparently you cant do it without hacking at it with a big sharp spoon!
http://www.quirksmode.org/dom/inputfile.html