AjaxControlToolkit, ComboBox style
问题 I am with a little problem with the arrow image of a ComboBox control (AjaxControlToolkit). I define this style: .WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button { margin: 0; padding: 0; background-image: url(../icons/windows-arrow.gif); background-position: top left; border: 0px none; height: 21px; width: 21px; } I set this style on combobox, but the control are showing the border of the textbox before the arrow: Look here, the border aren't showing! How