Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2007-08-07 07:41:15

quayfee
New member
Registered: 2006-04-01
Posts: 7

Icons flashing

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

#2 2007-08-07 07:42:46

quayfee
New member
Registered: 2006-04-01
Posts: 7

Re: Icons flashing

P.S. I forgot to say that when you put the editor into full screen mode it works perfectly.

Cheers

Keith

Offline

#3 2008-01-21 13:51:59

MacAtak
New member
Registered: 2005-04-09
Posts: 2

Re: Icons flashing

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

Board footer

Powered by FluxBB