Noticed this problem once before when using an IE blend effect in an IFRAME on this PC. Other browsers (on other PCs) display the text/effects perfectly.
I'm really puzzled. Anyone knows what's going on here?
I changed the following section in the file fckcntrl\FCKeditor\editor\skins\default\fck_editor.css so that it contained a background color and foreground color and this fixed the display for me in IE 6. Looks like there is some problem with colors. Try experimenting with this file to see what other effects you get.
RE: Unreadable text in toolbar (IE)
Noticed this problem once before when using an IE blend effect in an IFRAME on this PC. Other browsers (on other PCs) display the text/effects perfectly.
I'm really puzzled. Anyone knows what's going on here?
RE: Unreadable text in toolbar (IE)
.TB_ToolbarSet, .TB_ToolbarSet *
{
font-size: 11px;
cursor: default;
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
background-color: #f1f1e3;
color: #000000;
font-weight: bold;
}