Hi to all I'm testing this new Ckeditor on my own theme, and all seems to work fine!
But i still have a little theming problem with the dropdown menu activate by "Format" button (where You can assign H1-h6 elements to text).
My problem in the rendering of the DIV container for dropown (the code above):
<div class="cke_skin_office2003" lang="it" style="z-index: 10001; position: absolute; top: 358px; left: 309px; opacity: 1; display: none;">
The 'top' and 'left' property of the absolute positioning elements, in my theme, moves this object out of postion. (for me the best could be 150px for either).
But this code is rendere as inline stile so I can't "override" it by Css...
Someone can give me suggestions to avoid this problem or indicate me where i can change those values?
Thanks a lot!
Comments
Comment #1
Dret commentedSorry for sintax errors in the previous post!! :(
But I can't modify it (no permission!)
Comment #2
wwalc commentedYou may try changing the following configuration options:
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.form...
in ckeditor.config.js
(if I understood correctly your problem).
Comment #3
Dret commentedThanks a lot!
But i cannot find which function build-up this sting "top: 358px; left: 309px" in the previous posted code.
(is related to "Format" Dropdown menu"
Suggestions?
Bye!
Comment #4
dczepierga commentedThis issue is not active over half year, so i closed it.