Hi,
I have a header file, which is a drop down menu, the body of the file has text area, and text box, but the menu is layered behind the text area. Is there any way, that the textarea can be put behind the menu.
thanks in advance
-nannu [sig][/sig]
Has some information in their FAQ area for their hierMenus about this problem. I don't know if what they say there will help but you may want to give it a look.
This is a browser problem that has no fix that I've ever found. I don't think IE has this problem, but Netscape always has form elements on top, no matter what the z-order. Just put your form elements further down the page where they do not obscure your menu.
Sincerely,
This is a problem with the browser due to how it is rendered. The BROWSER generates all of the code for the page, but the OS generates the form elements (notice how your form elements show up slightly different in the same browser on different platforms?). Therefore, the form elements will appear to be hovering over the rest of the web page regardless of the z-order. Sorry about your luck.
We found that you have to arrange your page as best as possible to avoid this.
You could try putting your form elements on a layer, and then set visibility=hidden on that layer when you want to put something in front of it. I don't know if that would work or not... never tried it.
Sincerely,
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.