The problem:
I have a horizontal menu with a top level and some menu items containing children, in Firefox everything is cool. In IE the child menu items are shifted so that their menu item lines up starting directly in the middle of the parent item. Not as planned.
Solution:
I had aligned the text in the parent level menu using
Code: Select all
text-transform:center;
Code: Select all
text-transform:left;
That fixed it. That'll teach me for messing around in the section labeled
Code: Select all
/* Unless you know what you do, do not touch this */
