Dropdown list style (CSS)

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

Guest

Hi,

by default all dropdown list have a 3D look-and-feel. How can I change that style in a way
that they become flat controls with a thin border?

Take a look at the <a target="_new" href="http://www.mscrm.at/demo/index.php">MS CRM demo</a> for example (in German). If you open an arbitrary dialog box of the demo application you can see that the style of the drop down lists and the format of all other input controls is identical. How can that be accomplished??

Many thanks in advance,
P.
 
are you trying to do it with an HTML <select> or a <asp:DropDownList>?


--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


Pontimax said:
Hi,

by default all dropdown list have a 3D look-and-feel. How can I change that style in a way
that they become flat controls with a thin border?

Take a look at the <a target="_new"
href="http://www.mscrm.at/demo/index.php">MS CRM demo</a> for example (in
German). If you open an arbitrary dialog box of the demo application you can
see that the style of the drop down lists and the format of all other input
controls is identical. How can that be accomplished??
 
Back
Top