Closed (cannot reproduce)
Project:
litejazz
Version:
6.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2009 at 02:09 UTC
Updated:
17 Oct 2011 at 16:45 UTC
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
Comment #1
jonathanxs commentedI'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"
Comment #2
jonathanxs commentedIt seems this is also discussed at: http://drupal.org/node/306854
Comment #3
mrtoner commented