I have integrated FCK into a lightbox. Everything is working well, except for one thing.
Whenever I click one of the menu items (for example Style), the dropdown menu does not appear below the menu "box" where it's supposed to. It should be positioned relative to the FCK editor, and move with the FCK editor when the lightbox scrollbar is moved up or down, but it is positioned relative to the underlying (main) window, and moves only when the main window scrollbar is moved up or down. Note that the scrolling of the main window has nothing to do with the scrolling of the lightbox window.
How can I make the dropdown menu position relative to the position of the FCK editor like it should be?
Any suggestions or hints are appreciated.
In this picture, I have clicked the style menu, and the menu floats near the top of the screen.

Whenever I click one of the menu items (for example Style), the dropdown menu does not appear below the menu "box" where it's supposed to. It should be positioned relative to the FCK editor, and move with the FCK editor when the lightbox scrollbar is moved up or down, but it is positioned relative to the underlying (main) window, and moves only when the main window scrollbar is moved up or down. Note that the scrolling of the main window has nothing to do with the scrolling of the lightbox window.
How can I make the dropdown menu position relative to the position of the FCK editor like it should be?
Any suggestions or hints are appreciated.
In this picture, I have clicked the style menu, and the menu floats near the top of the screen.

Re: fck, lightboxes and dropdown menus
Is there any way that they could be moved to inside the lightbox div? Or would that totally mess everything up?
Thanks