User283571144 posted
Hi qasimdesigner,
i am facing a problem my dropdown menu is hiding behind the ddl list box options anyone can help to resolve?
According to your description, I couldn't understand your issue clearly.
Could you please post some relevant codes or image about this issue?
If you could post more relevant codes, it will be more easily for us to reproduce the issue and find the solution.
Besides, I suggest you could set dropdown menu's CSS z-index property.
The z-index property specifies the stack order of an element.
An element with greater stack order is always in front of an element with a lower stack order.
Note: z-index only works on positioned elements (, , or ).
More details, you could refer to follow link:
http://www.w3schools.com/cssref/pr_pos_z-index.asp
Best Regards,
Brando