Soz for thinking aloud... but could you not dynamically write the HTML to a div layer when you want to show the select boxes (using document.myLayer.innerHTML = '<select.....') and then blank all the HTML when you want to hide it (using a similar document.myLayer.innerHTML = '')?
Could dig out code if you think this would work and I got it working in N4+ from memory :-) > -----Original Message----- > From: webguy [mailto:[EMAIL PROTECTED] > Sent: 02 June 2003 15:01 > To: CF-Talk > Subject: RE: JS question / DOM hiding all elements in square area > > > Again a solid image in a div will still allow a select to > show though. This is due to a feature of IE > > The Problem is outlined here > http://www.webreference.com/dhtml/diner/seethru/ > > WG ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

