I've been wondering how can I add a "pipe" between each menu item with simple_navigation.tpl? If I try to fork the menu template, I get them sometimes to the right places, but when I change the page, some pipes change places and therefore my layout is broken again...
I know I can do those with css too, using borders or something, but then I get a border before the first menu item or the last one when using "border: 1px #000 solid;". Also I do remember reading from somewhere that you could actually hide the first or the last border behind an image or something... But it would be easier if I could just learn how to make pipes appear between menu items in the template itself.
Simple_menu from documentation does this great, but then I have no way of controlling the color of the current active item (I modified that so I could have a class on the links).
Thanks
