When I try and get the style dropdown along with others (format,font and size), they pop up behind the editing area. I know that this can be fixed via the zIndex style, but I can't find where these boxes are being made to change it. Any help at all would be greatly apriciated. Thanks
Tue, 11/29/2005 - 20:16
#1
RE: Style,Format,Font,Size behind iframe
Do you have problems in the demo site?
Which browser do you use?
I think that they are generated at the fckpanel_*.js files, but I haven't found any problem like that so far so I don't know exactly what you should be looking at.
RE: Style,Format,Font,Size behind iframe
Yes, an iframe
> Do you have problems in the demo site?
no
> Which browser do you use?
firefox 1.0.7
RE: Style,Format,Font,Size behind iframe
You can fix it adding
this._IFrame.style.zIndex = 10000 ;
at line 60 of fckpanel_gecko.js and then recompiling the sources.
regards.
RE: Style,Format,Font,Size behind iframe
Thanks