I was working on a project on Drupal with SuperFish and the idea was we didn't want a drop down menu but we used SuperFish anyways. For formatting reasons we wanted the menu to look something like this:
Menu Item | Menu Item | Menu Item | Menu Item
Notice no pipes at the front or the end. The issue was when you add the tags in the Advanced HTML around each link as its an array it will either at the pipe at the front or the end. However, because Drupal + Superfish is awesome, they do allow you to enable the first / last classes.
So, with that said here is a quick howto to get your menu to show up the same way we made ours.
This tutorial is assuming that you already have Drupal and Superfish up and running and the menu setup the way you want but can not get the formatting correct.
In the SuperFish Menu Go to:
- Advanced CSS Settings
- - Helper Classes
Enable : Add first \ middle \ last classes.
Enable : Do not add first \ middle \ last classes to single menu items. (not sure if this is needed but its how I have it)
THEN
Go to Custom Classes
Add "list-work" (without the quotes) to the "For the list items" box.
*Note : "list-work" is the name of the class I created in CSS and can be named to anything as long as it is the same in CSS file.
Now you will need to add the following to your CSS file for this theme.