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:

http://www.wascarc.org

Any help would be greatly appreciated!

Comments

matt2000’s picture

Looks like the issue is related to the margin: inherit; and padding:inherit on the .artmenu spans. ~line 527 style.css

cneumann’s picture

@ 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!