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 can I hide this border?
This is working fine for me, I have the following css in my page head (though it can go anywhere else like in a stylesheet of course)
And then I have this control markup in the body of my page:
Perhaps you have some conflicting styling? Have you tried a simple page with nothing but what you require to generate the combobox?