>
> Yeah, drop downs don't seem to obey z-indexes and always want to be on
> top.
>
Thanks for the reply, I finally found a solution that succinctly worked for
me when I added z-index to my searching. ColdFusion creates a div around the
input called [inputname]autosuggest. So in your stylesheet (or inline) you
can do like:

#townautosuggest {*z-index*:2;}
#countyautosuggest {*z-index*:1;}
Here, the 'town' input would be the upper input. Simple really :)

Here's where I found the answer (about halfway down):

http://groups.google.com/group/CF-Talk/browse_thread/thread/737cb668e9aec45c/bb160ce300b5048a?#bb160ce300b5048a


-- 
Blog it up: http://fusion.dominicwatson.co.uk


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:298554
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to