(sorry in advance is this is a double post)

I've got a form layout with a header on top that includes a cfinput using 
autosuggest, then below that a cflayout type="tab".  The drop down produced by 
the autosuggest normally appears fine unless the cflayoutarea contains a 
cfgrid.  In that case, the drop down seems to appear "behind" the cfgrid 
instead of in front of it (which makes it a bit hard to select an item!).  Any 
thoughts on getting the autosuggest list to always appear "in front" of the 
cfgrid?

Sample code:
<cfform name="blah" action="go_here" method="post">
 <cfinput name="me" type="text" 
autosuggest="url:blahblah.cfm?stuff={cfautosuggestvalue}" />
 <cflayout type="tab" name="blahTab">
  <cflayoutarea title="Bleck" name="BlahInfo">
   <cfgrid name="blah1" format="applet" query="blahQuery">
    <cfgridcolumn name="blahcolumn1" header="yes_Blah" />
   </cfgrid>
  </cflayoutarea>
 </cflayout>
</cfform>

*Note: Replace the cfgrid with something else like simply HTML and the 
autosuggest list appears over the cflayoutarea.  With the cfgrid in place, the 
autosuggest list appears truncated or "behind" the cfgrid.

TIA! 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357693
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to