the css menu is not a problem

Apr 12, 2008

Mozilla Firefox scrolling div issue

Yes, the scrolling div captures the focus and the drop down menu is
not working above the div.
I've tried to remove the style "overflow:auto".
That helped, but the content in that box is often times longer than
the box so I still need the ability to scroll.

Do you know of any workarounds for that problem?
I saw something in a forum about putting the flash content in an iframe.
Would that help?

Answer:

Iframe is not ideal solution.
Looks like I've found a better workaround:

- try to use "position:fixed" instead of relative for the DIV
id="f-source-menu"

<div id="f-source-menu" style="position:fixed;....

In this case the menu won't lose the focus above the scrolling DIV.

Regards
Dmitry
f-source.com

No comments: