have a simple problem. I have programmed a DHTML menu for my Web application. The menu is based on many layers that are visible based on the mouse position. The problem I have is that in a few pages, I have a form with a select box in it. In these pages, when a menu layer overlaps the select box, the select box is displayed on top of the layer rather then being underneath the layer. I have played around with z-index, but it doesn't seem to affect the select boxes. Do you know of a way to make the layer overlap the select box?
|