Did you change anything in the CSS? Seems strange it would do that, but changing the “top” in this CSS seems to fix it:
#globalNavi ul ul {
box-shadow: 0 0 9px #222222;
display: none;
float: left;
position: absolute;
top: 160px;
width: 180px;
z-index: 999;
}
That “fixes” it, thanks…. but now when someone is logged in, the submenu box blocks the main menu.
I think it has something to do with the task bar thing on top. I was thinking that the bar was pushing the menu down somehow… actually it’s the opposite. When logged in, the submenu is too high now. (before, the position was perfect…when logged in.) I don’t get it.
Yes, I did change some css to alter colors.
EDIT: forget it, I’m just switching themes. Thanks anyway.