Hi again! 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:
http://img190.imageshack.us/img190/9830/combobox.png (I am a noob here and I can't post images yet :) )
Look here www.asp.net/AJAX/AjaxControlToolkit/Samples/ComboBox/ComboBox.aspx, the border aren't showing!
How can I hide this border?