If you've got a public url I'm happy to look at what gets rendered - i'm a bit bored today...
>>> [EMAIL PROTECTED] 19/06/2003 14:01:27 >>> If your changing it to just an INPUT and its still not working, I would say there is something else wrong with your code not allowing the text box to render properly. Maybe you forgot a " somewhere or didnt close a tag properly -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Andrew Dickinson Sent: Thursday, June 19, 2003 1:53 PM To: CFAussie Mailing List Subject: [cfaussie] Re: Size doesn't matter Steve - I tried it, and it didn't work. Ben - I tried on Input instead of CFinput, made no difference. And my knowledge of javascript is slight. I'm trying a workaround by changing the boxes into drop-down menus, where size DOES work. > Steve Onnis wrote: > > >Althought its not documented, you can pass a style attribute and a class > >attribute into the CFINPUT tag > > > ><CFINPUT style="border:1px solid blue;" TYPE="Text" NAME="ToDay" > >VALUE="#NOW()#" RANGE="1,31" SIZE="2" MESSAGE="Please enter a day of the > >month (1-31)" VALIDATE="integer" REQUIRED="Yes"> > > > > What is documented (at least in the MX docs) for CFINPUT is the > passThrough attribute: <cfinput passThrough="style=""border:1px solid > blue;""" /> (make sure you escape double-quotes). > > Andrew - If it's causing so much grief, why not just use a standard > <input /> and roll your own javascript validation? > > Cheers, > > Ben --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ ------------------------------------------------------- Maddocks Tel: (03) 92880555 International: +61 3 92880555 Fax: (03) 92880666 International: +61 3 92880666 Web: http://www.maddocks.com.au ------------------------------------------------------- The information in this electronic mail is privileged and confidential, intended only for use of the individual or entity named. If you are not the intended recipient, any dissemination, copying or use of the information is strictly prohibited. If you have received this transmission in error please delete it immediately from your system and inform us by email on [EMAIL PROTECTED] ------------------------------------------------------- --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
