Combo Box Appearance

  • Thread starter Thread starter Jerry Camel
  • Start date Start date
J

Jerry Camel

Using the server controls... I want flat controls with a white background
and a single pixel dark green border. Seems I can control that with the
TextBox, but not so much with the combobox... Even though the combobox
appears 3D in the designer, it is displaying as a flat control in the
browser, but I can't seem to find any way of controling the border color. I
have the attributes set, just as I do for the text boxes, but they don't
seem to affect the combobox - combobox always has a blue-ish border. Any
thoughts? Thanks.

Jerry
 
I am using CSS, but it seems to have no effect. What attributes do I set to
change the look of the dropdown?
Thanks

Jerry
 
Jerry,

I've been playing with this and can't set the border color at all. (At least
not in IE that's all I had time to test with.) I think you'd have to create
your own combobox control using a text box and a button plus a lot of
javascript to do this...

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
 

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