Suppress drop-down menu items / Keep tabbed items?

Is there a simple way to suppress drop-down menu items from appearing but preserving the tabbed items across the top of each page, maybe by commenting out some code? (see attached image)

drop_down_menu_tabs.JPG · 36.9K · 64 views
Quote · 5 Dec 2010

Add this to the end of top_menu.css in your template directory:

 

.topMenu .top ul.sub.main_elements {
left:-2000px;
}

 

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 5 Dec 2010

 

Add this to the end of top_menu.css in your template directory:

 

.topMenu .top ul.sub.main_elements {
left:-2000px;
}

 

Awesome! Thanks!

Quote · 5 Dec 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.