|
Mailing Lists
|
Home /
Groups /
ColdFusion Talk (CF-Talk)
cfinput=datefield display problems in IE7
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:Steve Logan 03/13/08 12:30 P Worked perfectly! Thanks!Jeff Martin 09/08/08 02:19 P 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! 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! Worked perfectly! Thanks! ----- Excess quoted text cut - see Original Post for more -----
|
July 31, 2010
|
Latest Fusion Authority Articles
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||