> -----Original Message----- > From: Sandra Clark [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 16, 2007 3:00 PM > To: CF-Community > Subject: RE: css IE 6 Weirdness: Popup layer > > Its an IE6 bug. Form elements always are in the front.
Well - not ALL form elements - just selects, but it's still a huge pain. One, kludgy, method is to loop over all form elements on the page and set all the selects invisible when you load the popup, then reset them when you hide it. I've got some code somewhere's if you'd like it. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:240598 Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
