I have the following code, the parentAppliance is part of main left nav table and on hovering over \"Appliance\" I see a subtable containing \"health\". Now I want the subtable
Use :active to set display back to none.
.ui-navigation-static-menu-text:active{ display:none; }
http://jsfiddle.net/vXU2t/