FloatingPanelsZIndex
The editor uses a series of "floating elements" (panels) for some of its features, like the toolbar combos, color selectors and dialogs. FloatingPanelsZIndex value should be at the top of the z-index. As you may create other floating elements with own z-index in your page, you can use this setting to properly instruct FCKeditor which z-index to use to not break things. The deafult value is 10000. Syntax:
FCKConfig.FloatingPanelsZIndex = 10000 ;