The file input doesn't style very well, at least on all browser. Have a look here:
http://www.quirksmode.org/dom/inputfile.html You can kind of "fake it", that is you hide the actual input and do some tricks with JavaScript. There's a jQuery plugin that does this by the looks of it: http://www.appelsiini.net/projects/filestyle (found via a Google search for "css file input jquery") Karl Rudd On Thu, Aug 28, 2008 at 11:46 AM, shapper <[EMAIL PROTECTED]> wrote: > > Hi, > > Does anyone knows how to style and input of type file with JQuery? > > I want to use an image as the button or maybe a simple normal input > styled with CSS. > I also want to style the input where the path is ... I want it to have > a grey background and no border. > > Any idea of how to accomplish this? > > Thanks, > Miguel >