Re: CFDIV won't bind hidden elements in IE

2008-12-05 Thread Ian Rutherford
I'm using this code to hide the form fields: !--- /*/ /** Usable Forms 2.0, November 2005 **/ /** Written by ppk, www.quirksmode.org **/ /** Instructions for use on my site **/ /** **/ /** You may use or change

CFDIV won't bind hidden elements in IE

2008-12-04 Thread Ian Rutherford
I am using a CFDiv to bind a cfselect in a form. Some of the form fields are hidden when the page loads. For Firefox, Chrome and Opera this isn't a problem. In IE, all the binds fail because it can't find the hidden cfdivs. I tried setting bindonload=false which did remove half of the errors

Re: CFDIV won't bind hidden elements in IE

2008-12-04 Thread Azadi Saryev
care to post a code sample or a simple test case? i do not recall having a problem in any browser with binding hidden elements... Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Ian Rutherford wrote: I am using a CFDiv to bind a cfselect in a form. Some of the form fields are hidden