Click here to Skip to main content
15,882,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created a multi select dropdown control, which displays a checkbox list, inside a div , as its dropdown on clicking on the control. but when this is displayed it moves the other controls below it. how can i make this div appear like when a dropdownlist is clicked.so that if there is any elements below the dropdown control ,the div will appear above the other elements.
Posted
Comments
Thanks7872 21-Jan-15 7:33am    
Looks like it has something to do with z-index.
Malayali Coder 21-Jan-15 7:34am    
i have tried with z index. but it still moving the other controls further down.
Pradip R 21-Jan-15 8:04am    
There might be a need to maintain the position CSS according to your element. For more information about position in CSS, read this article.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900