4
I am having this problem also, but my style.css has display: block; in it.... I have looked extensively and many report that this fixes it but not for me.
The menus are not one item per line but run on. See the menus here:
http://122.201.80.130/~timaqual/The relevant part of style.css:
td#mainmenu a {background-color: #2E4166; display: block; margin: 4px; padding: 3px;;}
td#mainmenu a.menuTop {padding-left: 3px; color: #A5A464}
td#mainmenu a:hover {color: #FFFFFF;}
td#mainmenu a.menuMain {padding-left: 3px; color: #A5A464}
td#mainmenu a.menuSub {padding-left: 15px; color: #CCCCCC}
td#usermenu a {background-color: #2E4166; color: #A5A464; display: block; margin: 4px; padding: 3px;}
td#usermenu a:hover {color: #FFFFFF;}
td#usermenu a.highlight {background-color: #FFCCCC; }
Any help greatly appreciated. I have been trying for hours to fix this seemingly simple problem.
Thanks,
Tim