>>When I import the cfwindow libraries via cfajaximport, my simple javascript menus will flicker in Internet Explorer and sometimes close themselves.
This is the trouble with such libraries: they include all what you need,... but also 99% of what you don't need. Look all what you have: <script type="text/javascript" src="/CFIDE/scripts/ajax/package/cfajax.js"></script> <script type="text/javascript" src="/CFIDE/scripts/ajax/yui/yahoo-dom-event/yahoo-dom-event.js"></script> <script type="text/javascript" src="/CFIDE/scripts/ajax/yui/animation/animation-min.js"></script> <script type="text/javascript" src="/CFIDE/scripts/ajax/ext/adapter/yui/ext-yui-adapter.js"></script> <script type="text/javascript" src="/CFIDE/scripts/ajax/ext/ext-core.js"></script> <script type="text/javascript" src="/CFIDE/scripts/ajax/ext/package/resizable.js"></script> <script type="text/javascript" src="/CFIDE/scripts/ajax/ext/package/dragdrop/dragdrop.js"></script> <script type="text/javascript" src="/CFIDE/scripts/ajax/ext/package/util.js"></script> <script type="text/javascript" src="/CFIDE/scripts/ajax/ext/build/state/State-min.js"></script> <script type="text/javascript" src="/CFIDE/scripts/ajax/ext/package/widget-core.js"></script> <script type="text/javascript" src="/CFIDE/scripts/ajax/ext/package/dialog/dialogs.js"></script> <script type="text/javascript" src="/CFIDE/scripts/ajax/package/cfwindow.js"></script> This may represent lots of code, and apparently it slows down MSIE. -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:308386 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

