When I use the regular primary-links, each menu item is displayed on its own line. It's as if the ul/li is styled as "display: block;": instead of 'inline'

Also I notice there seems to be an extra level of <ul> enclosing the primary-links:

<ul class="menu">
  <ul class="menu">
    <li>.....
    <li>
   </ul>
</ul>

But I switch to use suckerfish menu and that has problem.

Comments

jonathanxs’s picture

I've noticed the same problem with primary-links (id=primary) under Firefox/Iceweasel (Mozilla/5.0). Opera and IE, however, appear to display primary-links correctly, that is on one line. litejazz "6.x-1.7"

jonathanxs’s picture

It seems this is also discussed at: http://drupal.org/node/306854

mrtoner’s picture

Status: Active » Closed (cannot reproduce)