hi, i have made a webpage in which dropdown menu is lying behind the iframe. i have used wmode="transparent" and other attribute but nothing is working. please help me
Have you tried adding the z-index: 100; attribute to the dropdown itself (I assume it's positioned to relative/absolute) rather than play with the iframe?