Click here to Skip to main content
15,902,636 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Experts !!

On my webform i have Dropdownlist, how to make it as rounded corners.
Rounded Corners Dropdownlist in asp.net using CSS

Please can anyone suggest me,how to create this using css.

Thanks.
Posted

1 solution

I don't think you can style the drop down list.

Your best bet is create your own drop down control. The following shows CSS3 techniques relevant to what you're doing.

Create a Dropdown Menu Using CSS[^]

Although whilst you can't control the drop down, you can style the rest. Although the limiting factor will be IE. Using the border-radius and border-image CSS3 features you can do quite drastic restyling of controls using webkit browsers.
 
Share this answer
 
v2
Comments
Sk. Tajbir 19-May-12 7:17am    
nice link..

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