It’s an IE6 problem. My other problem was also IE6 – I use Opera, and actually to fix my comment box in IE6, I had to use a fieldset command, which in turn does not behave very easily in Opera! The comment box issue used the default wp-comments.php, which means that this might happen to alot of other people.
As for the white thing, I do see it in IE6. It doesn’t happen to my leftmenu, only my right one – which have the same CSS!
http://silkworms.chinesetriad.org
http://silkworms.chinesetriad.org/silky.css
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.