dropdownlist overlaps the jscript menu
-
hi all, i placed a jscript menu on the top of the page, and below it there is a dropdownlist. when i click on menu, some menuitems are overlaped by dropdownlist. how can i solve this problem... thanks in advance...
Regards... Amit
-
hi all, i placed a jscript menu on the top of the page, and below it there is a dropdownlist. when i click on menu, some menuitems are overlaped by dropdownlist. how can i solve this problem... thanks in advance...
Regards... Amit
Upgrade to IE7 hehe! Problem is in the way ddl's are rendered - as windowed elements, there are several solutions around (google helps), but none particularly elegant...
"Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox
-
hi all, i placed a jscript menu on the top of the page, and below it there is a dropdownlist. when i click on menu, some menuitems are overlaped by dropdownlist. how can i solve this problem... thanks in advance...
Regards... Amit
If your menu works using div tags, then one method is to place an iframe 'under' your div tag (making it the same size as the div). This should hide the dropdownlist.