You are not logged in.
Pages: 1
Hi All
I've come across a bizarre issue... The icons all seem to load correctly, however when you mose over them the other icons disappear completely. It seems to be the toolbar sections that become active together, so for example if you mouse over the 'left alignment' icon, the other icons in that section become visible as well.
Intrestingly, the icons all appear active on load rather than 'greyed out', could the problem be related to CSS posiioning of the 'inactive icon set?
Browser: IE7
OS: Vista 64bit
Xinha: 0.93
Cheers
Keith
Offline
P.S. I forgot to say that when you put the editor into full screen mode it works perfectly.
Cheers
Keith
Offline
I had the same problem. I added the following to the Xinha.css file and it appears to have resolved the issue.
.htmlarea .toolbarRow {
position: relative;
z-index: 10;
}
Offline
Pages: 1