[thelist] using CSS on file upload "Browse..." button

Emma Jane Hogbin emmajane at xtrinsic.com
Wed Mar 5 17:36:00 CST 2003


On Wed, Mar 05, 2003 at 02:46:29PM -0400, Sarah Sweeney wrote:
> Does anyone know if it is possible to change the appearance, using CSS, of
> the "Browse..." button in an HTML form file upload field? I did a search of
> thelist and there were only a couple of messages about this, with no
> apparent resolution...

Have you tried using attribute selectors?
http://www.meyerweb.com/eric/articles/webrev/200008a.html
http://www.w3.org/TR/REC-CSS2/selector.html#attribute-selectors

e.g.
input[type='file'] {
	background: green;
}

--
Emma Jane Hogbin
[[ 416 417 2868 ][ www.xtrinsic.com ]]



More information about the thelist mailing list