8
96% worked pretty well for me (90% made it way too narrow--especially in Netscape 7.1). I also set the left column to " vertical-align: left" and that seemed to straight up the 2nd level menu items. And since the whole page was still noticibly narrower, I added " border-right: 1px solid #cccccc" to the right column (this shows up in Netscape, but not in IE 5.5). [BTW, I did this in themes/default/style.css, xoops2.0.6. Also, per jayjay's suggestion, I had previously added this code to the xoops.css in the root directory:
td
{
font-size: 11px;
}
That lowered the font-size in IE 5.5 (view text medium) to about the same size as in Netscape 7.1 (view text 100%).
]