House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Mailing Lists
Home /  Groups /  ColdFusion Talk (CF-Talk)

cfinput=datefield display problems in IE7

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Joel Watson
03/12/2008 09:49 AM

I have a form with auto-generated datefields that are vertically aligned on top of one another.  In IE7, the div holding the javascript generated calendar gets displayed underneath the form field items directly below it. Does anyone have any ideas about how to fix this?  I am currently using a javascript function to throw the calendar out to the side of the fields, but I would prefer the default functionality.   Thanks!

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Steve Logan
03/13/2008 12:30 PM

I was getting the same thing, so I played around a little bit with wrapping the cfinput in another div, and this seems to work in IE7 and FF2: <div style="clear:both;position:relative;z-index:3;"><cfinput type......></div> <div style="clear:both;position:relative;z-index:2;"><cfinput type......></div> <div style="clear:both;position:relative;z-index:1;"><cfinput type......></div> > I have a form with auto-generated datefields that are vertically > aligned on top of one another.  In IE7, the div holding the javascript > generated calendar gets displayed underneath the form field items > directly below it. Does anyone have any ideas about how to fix this?   > I am currently using a javascript function to throw the calendar out > to the side of the fields, but I would prefer the default > functionality.   Thanks!

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group

<< Previous Thread Today's Threads Next Thread >>

Search cf-talk

July 31, 2010

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
         1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31