Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 11, 2012 03:11 PM by Alsaady
Member
30 Points
70 Posts
Nov 11, 2012 01:08 PM|LINK
Hi All,
Please I need your help with the following:
I have drop down list and I need to change the color of the arrow and do some styling using css. Is that possible?
Thanks.
Contributor
2024 Points
417 Posts
Nov 11, 2012 03:11 PM|LINK
<style type="text/css"> select { color:#FFFFFF; margin:0px 0px 0px 0px !important; padding:0px 0px 0px 0px !important; width:200px; } select option { background:#000; } </style>
http://forums.asp.net/t/1688184.aspx/1
and if with jquery
http://www.misfitgeek.com/2011/04/jquery-styled-dropdownlist/
Rana Andraws
Member
30 Points
70 Posts
Dropdownlist css
Nov 11, 2012 01:08 PM|LINK
Hi All,
Please I need your help with the following:
I have drop down list and I need to change the color of the arrow and do some styling using css. Is that possible?
Thanks.
Alsaady
Contributor
2024 Points
417 Posts
Re: Dropdownlist css
Nov 11, 2012 03:11 PM|LINK
<style type="text/css"> select { color:#FFFFFF; margin:0px 0px 0px 0px !important; padding:0px 0px 0px 0px !important; width:200px; } select option { background:#000; } </style>http://forums.asp.net/t/1688184.aspx/1
and if with jquery
http://www.misfitgeek.com/2011/04/jquery-styled-dropdownlist/
www.rtoosh.net