/* hide sub-menus */ ul.sf-submenu { visibility: hidden !important; } /* hide arrow indicators */ span.sf-sub-indicator { display: none; }
.sf-menu a.sf-with-ul { /* padding-right: 2.25em; */ min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */ }
I'm not sure I understand what you're trying to do-- Superfish is designed to be a drop-down menu. Do you want to disable the drop-downs all together? It would seem like that wouldn't require Superfish at all.