Hello and thanks for all the great work.

No issues on FF or Chrome but the problem can be seen on IE 8 (don't know about 6 or 7 or 9).

The root items of the Primary menu (the drop-down menu) appear in reversed order. What should appear first (to the right side) appears last (far left) and so on... They are simply reversed.

It is like "You Dashboard" appearing first and right to it "Drupal Homepage"

Please provide me with a css code that can fix that. Thanks in advance.

Comments

amirn’s picture

+1
I'm having the 'reversed menu' problem with the primary menu on IE7.

W.M.’s picture

Thanks for informing us. I will look into the ie-fix css files. Maybe something can be done there. The good news is that less people worldwide are using IE, month by month. Microsoft should draw it back.

W.M.’s picture

It looks like primary menu worked fine in Acquia Marina 6.x-3.0-beta1 (i.e. in rtl sites)

W.M.’s picture

file ie7-fixes-rtl.css:

/* Primary Menu
/-------------------------------------------------------------- */
#primary-menu ul.menu li {
  float: left;
}

The "li" needs to be deleted from the above code. Doing so displays the items in correct order, however the links bar itself is placed at the far right.

jeremycaldwell’s picture

@Geir19, yeah that is an issue I ran into with IE7 and below when developing this theme. At the moment this is the closest I was able to get it and haven't figured out another approach to get it aligned correctly as it does with all other browsers (of course other than IE6).

So if anyone has a solution please post it up so we can check out and hopefully get it in the next release of the theme.