Hija fellas,
dont want to post this to the bugtracker, because i dont think this is a bug.
Does anyone know the css class of the dropdownlists of 'Style','FontFormat','FontName','FontSize','TextColor' and 'BGColor'?
I have the Problem, that on a slightly complex html/css interface, the embedded FCK is displayed correctly (start: ToolbarStartExpanded = false).
When expanding the toolbar and using one of the mentioned buttons, the dropdownlist is BEHIND the textarea/editor window (can see the edges).
I think i need to z-index the dropdownlist div's to 1000 or higher, to get rid of this. any ideas about the best place to hook this (version compatible)?
regards.r0k
dont want to post this to the bugtracker, because i dont think this is a bug.
Does anyone know the css class of the dropdownlists of 'Style','FontFormat','FontName','FontSize','TextColor' and 'BGColor'?
I have the Problem, that on a slightly complex html/css interface, the embedded FCK is displayed correctly (start: ToolbarStartExpanded = false).
When expanding the toolbar and using one of the mentioned buttons, the dropdownlist is BEHIND the textarea/editor window (can see the edges).
I think i need to z-index the dropdownlist div's to 1000 or higher, to get rid of this. any ideas about the best place to hook this (version compatible)?
regards.r0k
RE: z-index prob on dropdownlist of ToolbarSe
You may want to try the 2.1PR and see what it looks like there. An impressive list of stuff has been fixed/added, so I'd recommend it.
Speaking of impressive: WOW! I'm in awe... YAY!
RE: z-index prob on dropdownlist of ToolbarSe
As far as I know, nothing can ever be placed on top of a SELECT element except maybe an iframe. Something to do with the way IE uses Windows controls to draw the dropdown.
I heard somewhere that this would finally be fixed in IE7 (it's always been there)
RE: z-index prob on dropdownlist of ToolbarSet
sorry coming back late.
Fact1: z-index prob in the mentioned layout is not IE related (it think i would mention this if it would be like that)
Fact2: Sorry xenden, i first thought 'use 2.1PR and this effect is gone' too, but it isnt.
Still no ideas how to get the "3rdlevel" layers aka 'dropdownlists' in front?
thanks in advance
RE: z-index prob on dropdownlist of ToolbarSet
In my scenarios, whenever the div/layer where FCK is placed in gets a z-index, the FCK's dropdown lists are below.. z-index: 0
Removing z-index gets them 'up' again.
no chance to get rid of it by changing the css files according editor or skin.
thus.. i altered my layout, but this needs to be fixed