>William, >I looked into this (see my other post) and the z-index for the input field >gets set to 0, the autosuggestcontainer gets set to 9050 and the shadow to >9049. The problem lies in that IE6 and z-index don't get along (at all). >IE6 literally resets all z-index to 0 once the page loads.
That's not true at all. IE doesn't reset z-index to 0 once the page loads. There are elements (such as the select and iframe elements) that actually reside outside of the context of the browser in IE6 because it used internal Windows controls--this was fixed in IE7. You can read more about that here: http://blogs.msdn.com/ie/archive/2006/01/17/514076.aspx Well there may be a problem on your page with the z-indexing and IE6, IE6 doesn't do anything to natively to reset z-indexes after the page is loaded. -Dan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297718 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

