CSS for combobox

Joined
May 21, 2009
Messages
1
Reaction score
0
Hi,

I need to put in some combo box in my ASP.NET page
<asp:DropDownList ID="DropDownPrefix" runat="server" TabIndex="4">
<asp:ListItem Value="0">Select One...</asp:ListItem>
<asp:ListItem>Mr.</asp:ListItem>
<asp:ListItem>Mrs.</asp:ListItem>
<asp:ListItem>Miss.</asp:ListItem>
</asp:DropDownList>

By feualt, it will show in blue border theme. May I know how can I use CSS to change the color theme?
Let say, change the border to #666666

Thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top