Hello,
I've got the following problem: I include fckeditor in a
website (http://www.uni-
trier.de/promit/test/iaaeg/admin/index.php?
mode=aktuelles&topic=publ) with a javascript-menu.
When i move over the navigation a submenu appears.
But this doesn't work if the submenu expands over the
textarea-field of the fckeditor.
How can I achieve that the submenu will be in front of
this textarea?
Thanks.
Thorsten.
Wed, 05/19/2004 - 07:09
#1
RE: fckeditor vs. submenu
You'll need a new navigation menu, becuase FCKEditor is loaded inside an iframe your menu won't render over it.
That or maybe recode FCKEditor not to use the iframe but that would take substantial work becuase all the javascript that is referencing the iframe would have to change.
I think you can get a navigation menu that will render on top of "Windowed" widgets like the html <SELECT> and <IFRAME> elements.
You should have the same problem over a standard <SELECT> dropdown with your menu.
Here is a link to a menu that will cover windowed objects:
http://webfx.eae.net/dhtml/dhtmlmenu4/menu4.html
read up and you will see what I mean.