Drupal 6.22
Acquia Slate 6.x-3.x-dev
Fusion 6.x-1.12
Skinr 6.x-2.x-dev

Primary links drop down menu:
Next level of the LAST drop down menu item is missing the horizontal separator between items.
slate01.png is OK since it only seems to affect the final item.
slate02.png and slate03.png show the issue more clearly.

CommentFileSizeAuthor
slate03.png23.33 KBjupiterchild
slate02.png171.78 KBjupiterchild
slate01.png13.7 KBjupiterchild
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jupiterchild’s picture

Swapped to Acquia Prosper and the menu works fine, though I would still like guidance on this issue with Slate.

esmerel’s picture

I don't suppose you could try looking over that with firebug and seeing if there's a class missing? Alternately, is it possible to get a link to your site so we can take a look at this ourselves?

jupiterchild’s picture

around line 292 in fusion-acquia-slate-style.css

#primary-menu ul.menu li:hover ul.menu li.last a:link,
#primary-menu ul.menu li:hover ul.menu li.last a:visited ,
#primary-menu ul.menu li.hover ul.menu li.last a:link,
#primary-menu ul.menu li.hover ul.menu li.last a:visited,
#primary-menu ul.menu li.sfHover ul.menu li.last a:link,
#primary-menu ul.menu li.sfHover ul.menu li.last a:visited {
 /* border-bottom:0; */  
  border-bottom: 1px solid #888;
}

changing the bottom border value seems to fix this issue