Here is my problem. I am using the <DIV> tags for a dynamic menu system. When the user scrolls over the menu, I turn on the VISIBLE attribute of the VISIBILITY tag, showing the users the entire menu.
This works fine once I played with the DIV tags so that my menu would appear on top of any data on the HTML document.
The only problem is that now, whenever there is a <SELECT> box on the HTML document, my menu images will never appear on top of the box. They appear on top of all the text, then BEHIND the <SELECT> box, and the again on top of any text.
Can anyone give me an idea of how to manage this?
Thanks.
This works fine once I played with the DIV tags so that my menu would appear on top of any data on the HTML document.
The only problem is that now, whenever there is a <SELECT> box on the HTML document, my menu images will never appear on top of the box. They appear on top of all the text, then BEHIND the <SELECT> box, and the again on top of any text.
Can anyone give me an idea of how to manage this?
Thanks.