Hello,
I have a display issue with the dropdown menus in the editor (version 6.1).
The following css declaration (used to center all elements of the web page) is causing the editor dropdown menus to expand to 50% of the menu row each and be displayed one on top of the other (resulting in 4 rows). IE only. Any ideas what I need to do to prevent this display issue, other than removing this declaration from our internal css branding file.
The offending css code:
*{margin:0 auto 0 auto;
}
Thanks
Josh