OK, it has something do with the CSS, because if I hover over a link on the right or left menu, it can vanish. If it does, if I then hover over a link in the center content that is PARALLEL to the links in the menus, then it will reappear.
Here’s the code for the menus and center content, which I obviously screwed something up with:
#centercontent {
background:#fff;
voice-family: “\”}\””;
voice-family: inherit;
margin-left: 201px;
margin-right:201px;
padding: 0 10px 0 10px;
}
#leftcontent {
position: absolute;
left:0px;
top:160px;
width:180px;
background:#fff;
border-right: 1px dotted #ccc;
border-left: solid 2px #565;
padding: 0 10px 0 0;
}
#rightcontent {
position: absolute;
right: 0px;
top:160px;
width:180px;
background: #fff;
border-left: 1px dotted #ccc;
border-right: solid 2px #565;
padding: 0 0 0 10px;
}
The menu code is basically the default.css stuff.