RE: [WSG] Is there any way to set the width of a file input field in Firefox?

2005-02-11 Thread Ricci Angela
Hi, Irina Sorry, I misunderstood the problem (that's what happens when we read too fast :-( I've found something about styling input=file on http://www.quirksmode.org/dom/inputfile.html. I don't know the quality of the solution (I could not test it yet), but it worths

Re: [WSG] Is there any way to set the width of a file input field in Firefox?

2005-02-11 Thread James Ellis
Hi everyone A reminder about attachments on the list - not allowed. Please post links to your files instead. This is covered in the mail list guidelines. Reasons: 1.They increase the traffic and bandwidth through the WSG list server. 2. Viruses commonly fake file extensions. Regards James ---

Re: [WSG] Is there any way to set the width of a file input field in Firefox?

2005-02-10 Thread Irina Ahrens
Angela, Your suggestion is for input type=text. It does not work for input type=file. See shots attached produced by the following style: div#Attachment {width: 600px;background-color:yellow;border: 1px solid black;} #txtAttachment {width:400px;background-color:red;text-align: right;} Cheers,

Re: [WSG] Is there any way to set the width of a file input field in Firefox?

2005-02-10 Thread Martin Heiden
Irina, Am Freitag, 4. Februar 2005 um 05:50:36 haben Sie geschrieben: IA Does anybody knows how to set the width of a file input field in Firefox? Take a look at the form.css in res under your firefox installation directory. There you will find the following styling: /* file selector */

Spam: RE: [WSG] Is there any way to set the width of a file input field in Firefox?

2005-02-04 Thread Nick Cowie
Irina wrote: Does anybody knows how to set the width of a file input field in Firefox? Style like this produces funny looking input field (see file attached) Never had any problems with form elements or input fields with Firefox, other than legend. Most of what I use, I accquired from Cameron

Re: [WSG] Is there any way to set the width of a file input field in Firefox?

2005-02-04 Thread Terrence Wood
Styling file input is inconsistent cross browser and platform here is a work around: http://www.quirksmode.org/dom/inputfile.html Terrence Wood. Irina Ahrens wrote: Hello, Does anybody knows how to set the width of a file input field in Firefox?

RE: [WSG] Is there any way to set the width of a file input field in Firefox?

2005-02-04 Thread Ricci Angela
Terrence All you need to do is to give an id to the form field and define its width on the CSS. It will work for all browers. input type=text id=ffield / CSS: #ffield {width: 100px;} Cheers! Ge RICCI -Message d'origine- De : [EMAIL

[WSG] Is there any way to set the width of a file input field in Firefox?

2005-02-03 Thread Irina Ahrens
Hello, Does anybody knows how to set the width of a file input field in Firefox? Style like this produces funny looking input field (see file attached) div.row #txtAttachment { width: 96%; height: 2em; } Thank you in advance, Irina. www.ssw.com.au attachment: