PDA

View Full Version : Drop boxes problem


atferraz
09-12-2004, 12:13 AM
How can I solve this problem: all my drop boxes do not wont to stay under this DHTML menu . Already tried z-buffer 0 and still that pull down menu stays under. But it only happens with drop boxes elements. Any one knows how to get rid of this?

Thanks any one

tsguitar2004
09-12-2004, 03:25 AM
Link? That would help a lot. Thanks.
-ts

AaronW
09-12-2004, 03:37 AM
Quite simply, you can't. The only possible way to "fix it" would be to have the <select> tags in question hidden when the menu is dropped.

I believe this is an IE-only problem? Can't recall exactly which browsers are affected. Think it's IE though.

Try adjusting your site so the <select> is out of the way of the menu. Probably the easiest way, and shouldn't prove to be too much of an inconvenience. I've done it in the past, myself. Though I've also used the hiding method.

G'luck.

mcdougals4all
09-12-2004, 03:44 AM
Check the link in the first post of this thread...
http://www.codingforums.com/showthread.php?s=&threadid=28261