I've a CSS drop down menu and there is a select control on the page. When menu is expanded (by mouseover) it overlaps the select control (only on the right hand edge). On overlapping, the select control completely disappear. On mouseout of menu, the drop down menu is hide (as normal) it appears the select control back. I've added an attachement showing the problem. Any help / idea to resolve the problem is appreciated. Thanks Manish
I seems that you are using some library for the dropdown menu, which is hidding the select element intentionally. There is a problem in some browsers (IE and not sure which else), which is causing that a select elements is always on top. It means, that if that dropdown code wouldn't hide the select element, it would be over the dropdown menu. A solution to this is to hide the select or to use iframes for dropdown menus, since ifame is the only element which can be above select elements in every browser. -------------------- it.expertmonster.com