> Does anyone know of a way of using CSS to customise the appearance of the > default "browse" button that browsers display when using the following html > element? > > <input type="file"> > > I can (at my clients insistence, I must stress) control the appearance of > <button> elements and <input type="submit"> etc, I can't see a way of doing > the same for these upload buttons.
CSS only is no dice but with some JS it works: http://www.quirksmode.org/dom/inputfile.html -- Chris Heilmann Blog: http://www.wait-till-i.com Writing: http://icant.co.uk/ Binaries: http://www.onlinetools.org/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
