Computer Science Canada CSS Styling of <input type="file" /> |
Author: | Martin [ Mon Nov 21, 2005 12:29 am ] | ||
Post subject: | CSS Styling of <input type="file" /> | ||
I've gotten it to work in IE, but in Firefox my styles have no effect. So what am I doing wrong? Here's the css I'm using:
Thanks in advance. |
Author: | rdrake [ Mon Nov 21, 2005 4:19 pm ] | ||
Post subject: | |||
You're doing nothing wrong, it looks like a problem with Firefox. If you try the following CSS then you will notice that the colour does have an effect on the tag, it just doesn't seem to get rid of the 3d effect it has. Instead of being a single line border, it's a single line border around the 3d effect. Check it out to understand what I'm talking about.
|
Author: | Amailer [ Mon Nov 21, 2005 6:31 pm ] | ||
Post subject: | |||
try
Wait nevermind, that doesn't work either... His right; can't seem to get rid of it the 3dnessness. Might want to check out "Styling an input type='file'" |