Re: cfinput type="file" width

2007-11-16 Thread Josh Nathanson
> No problem. Hopefully one day they will make a file upload input that > can do crazy stuff like, I don't know, follow CSS, or heck, give you > access to style the button?!?! If you're using jQuery, there's a plugin that can help make the file input look better. You can use an image as the brow

RE: cfinput type="file" width

2007-11-16 Thread Ben Nadel
Help? www.bennadel.com/ask-ben/ -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Friday, November 16, 2007 11:17 AM To: CF-Talk Subject: Re: cfinput type="file" width Thanks very much, i didnt even know about that size attribute :) i learned something new today!

Re: cfinput type="file" width

2007-11-16 Thread Richard White
Thanks very much, i didnt even know about that size attribute :) i learned something new today!! Thanks again, worked perfectly ~| Check out the new features and enhancements in the latest product release - download the "What's

Re: cfinput type="file" width

2007-11-16 Thread Crow T. Robot
styling file input types is very unpredictable across browsers. might i suggest trying the size="" attribute instead of trying to use css? On Nov 16, 2007 9:48 AM, Richard White <[EMAIL PROTECTED]> wrote: > Hi, > > i have a cfinput tag of type file and noticed that you cannot change the > width

RE: cfinput type="file" width

2007-11-16 Thread Dave Francis
I'm not sure, but think you have to specify units - maybe try 350px;? -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Friday, November 16, 2007 10:49 AM To: CF-Talk Subject: cfinput type="file" width Hi, i have a cfinput tag of type file and noticed that you canno

RE: cfinput type="file" width

2007-11-16 Thread Ben Nadel
>From what I have heard / experienced, the File input is an odd input. For starters, you might want to add "px" to your width. Also, try using the "size" attribute as a backup. I am pretty sure that File inputs respond somewhat consistently to Size="50" (for example). .. Ben