views:

58

answers:

2

is possible to make stylish for browse button using CSS & Js ???

Thanks in advance

+1  A: 

Assuming that you mean the <input type="file"> browse button, see this:

http://www.quirksmode.org/dom/inputfile.html

Lou Franco
A: 

Yes, it is possible - but you may not want to.

Are we taking CSS too far?

-1 Because this is a normal use case for CSS, you're *supposed to* style elements with it but (according to the article) *not* create graphics with it (thats what svg is for)
indieinvader