Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
190
Is there a way to set WebDropDown height < or > 21px?
posted

I would like to set the height of my WebDropDown to 15px.

Only the Texbox portion of the dropdown getting resized, the downArrow image height is unchanged. I see that, the 4 images height is 21px, they are not getting resized when Height is set to < or > 21px. (igdd_DropDownButton.png,igdd_DropDownButtonHover.png,igdd_DropDownButtonHover.png,igdd_DropDownButtonPressed.png)

Only way I can get the whole Dropdown Height set to what i want is, using Javascript in client side Initialize event setting sender._elements.Input.style.height & sender._elements.ButtonImage.style.height

Can someone please share if there is way to get the control Height changed using CSS or properties? Thx