Hello,
The drop-down menus are pretty ineffective for long menu-items. To support longer description, I added width and commented out the fixed height and overflow: hidden.
Unfortunately, IE adds an unwanted indent to the first line of multi-line menu items, even if text-indent: 0. For example, see the "Track" menu here:
Any help would be greatly appreciated!
Comments
Comment #1
matt2000 commentedLooks like the issue is related to the margin: inherit; and padding:inherit on the .artmenu spans. ~line 527 style.css
Comment #2
cneumann commented@ Matt2000
I ran into this same problem with IE and my workaround was to limit the number of characters on the drop-down menu. This is not opitmal, but it works for now. How did you solve the problem completely on your site? Thanks!