No, if you are placing the cfmenu inside a border region (like "north") then the styles won't allow the submenu items to properly flow over your "center" region. You may be able to find the necessary css class for those sub-items and apply an overriding style definition, declaring a z-index that is higher than that of the "center" region...
Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of "Learning Ext JS" http://www.packtpub.com/learning-ext-js/book _____________________________ http://blog.cutterscrossing.com On 6/3/2009 11:26 PM, Paul Henderson wrote: > I'm experimenting with cflayout and cfmenus, following the CF8 WACK. I'm > using a border type cflayoutarea and I've place a horizontal cfmenu in the > top area. But the dropdown items in the menu are cut off, or layered behind > the cflayoutarea below it. I tried setting the overflow to visible but that > spits out an error. Any ideas? I'm guessing maybe some kind of css trick may > help? > > > > Thanks > > -Paul > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323157 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

