Anyone got a trick for getting styled elements to layer over FORMs?
Nav menu being hidden by SELECT elements
Don_Hoagie
4:02 pm on Nov 25, 2005 (gmt 0)
I'm in a predicament here where I supposedly MUST have these form elements located directly under a CSS drop-down navigation menu... of course, the drop-downs get hidden by these windowed elements.
I heard a while back that you can use JS to hide the forms on queue... is that still the way to go? I'd prefer something easier, but I guess beggars can't be choosers.
Anyone have a solution?
Robin_reala
5:24 pm on Nov 25, 2005 (gmt 0)
Yep, an iframe between the dropdown and the select will do it. I never did find an easy way of doing it myself because I started using a dropdown package on our sites that does the generation automatically.