I'm still interested in getting input on my question below.

Trying to insert a <div> was only partially successful, as now the
"current" entry flickers through sometimes when mousing over the top
menu.

...
        <li class="current"><a class="sf-with-ul" href="#">Foo</a>
        <div class="submenu" style="height: 0px; position: relative; left:
-80px; top: -40px;">
        <ul>
                <li><a href="#">My Foo</a></li>
                <li class="current"><a href="#">Browse Foos</a></li>
        </ul>
        </div>
        </li>
        <li><a class="sf-with-ul" href="#">Contacts</a>
        <ul>
                <li><a href="#"></a></li>
        </ul>
        </li>
...
        <li><a class="sf-with-ul" href="#">Messages</a>
        <div class="submenu" style="height: 0px; position: relative; left:
-80px; top: -40px;">
        <ul>
                <li><a href="#">My Inbox</a></li>
                <li><a href="#">New Message</a></li>
        </ul>
        </div>
        </li>
...

Thanks in advance.

On Jan 13, 2:23 pm, moritz <a5s...@yahoo.com> wrote:
> I really would like to use Superfish's horizontal nav-bar style - I
> especially like the memory feature for the current page, but instead
> of the submenu entries being left aligned, I would need the submenu
> being centered around the selected main menu.  Is there a way for me
> to achieve such a feat?
>
> I've read someplace else about using text-aligned, but when I tried to
> apply it to Superfish's CSS, nothing changed.
>
> Thanks for any pointers.

Reply via email to