Hi, On Wed, 2006-04-05 at 16:36 -0400, Jonathan Carter wrote: > I recently added a file input element to a test page and wanted to > resize the width of the textbox. In IE this works easily, but Firefox > doesn't seem to allow any styling at all. Is this a known issue or am I > missing something? Any help would be appreciated. >
Quite sometime back, even I had some problems with the file input element. Then I came across this link: http://www.quirksmode.org/dom/inputfile.html There the author says something like: "... since Mozilla refuses a width declaration for the real file field, ..." I guess that answers your first question. I think the above URL should give you some hints as to how you can create your own file input box. Hope this helps. :) Srinidhi. -- ASCII ribbon campaign ( ) B S Srinidhi - against HTML email X http://srinidhi.deeproot.co.in & vCards / \ DeepRoot Linux ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
