Dropdownlist border and image colors

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way possible to change the border color and dropdown image arrow
color and style for an asp.net dropdownlist?
 
Thanks for your reply, but this article shows how to set the color of
individual items. I would like to set the border color of the entire drop
down list. I am using XP and the border color always defaults to the xp
blue. There are no settings to change it. I tried the following line in my
page_load but it was ignored:
codeDropDown.Attributes.Add("style", "border: solid 1px #ACAC9B")

Denise
 

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

Back
Top