http://jsfiddle.net/YNN3K/1/from the fiddle, I have a menu, and I want to have the icons slide out on hover and slide back on mouseout.\[code\]function slideIcons(){ $('#projectMenu').show('slide', options, 500);}; \[/code\]2 problems. The sliding itself, and disabling menu ui bow that has semi-collapsed.I believe I need to disable the menu properties to allow the show function to work.