How do I display floating menu bar over Rich text "best fit for OS" editctrl object

I have a menu bar wrapped in div’s that remains at the top of the screen when the user scrolls through a document. I have richtext fields that use the “best fix for OS” option. When the menu bar scrolls into the richtext object area, it does not display over the object. I’ve tried z-index with no success. Does anyone have suggections on how to display the menu over the rt object?

Subject: How do I display floating menu bar over Rich text “best fit for OS” editctrl object

I think this is a browser/OS thing. In the past I’ve had to hide combo-boxes on the browser in order to show the floating DIV. But in my case the size of the combo box was smaller than the DIV that was positioned over it.

Subject: RE: How do I display floating menu bar over Rich text “best fit for OS” editctrl object

I’ve experienced the same thing. So, the editctrl object is in the same boat as combo-boxes. I appreciate your response. Thanks.