I have an javascript made menu and some forms with the dropdown
element. When the menu opens and scrolls down the drop down is
displeyed over the menu and obscures the menu choices. I have this
problem only in IE, in firefox it works ok.
Is there a solution to this problem? I tried to hide the drop down when
the menu opens but sometimes the menu covers only a small part of the
drop down, but enough to obscure the menu choice.
I would like to achive that the part of the dorp down that is not
covered, stays visible and the covered part is hidden.
I tried also with inserting the menu and the drop down in separate
div-s and set them apropriate z-index property but it doesnt work.
Does anyone have an answer to that problem?
I would apreciate it very much!