GenericDropDown CSS

Does anyone know the correct CSS to use to make the Generic DropDown look like a regular asp dropdownlist? I want the add'l options of the syncfusion dropdown, but I want it to look like the other dropdownlist's on the site. Thanks!


1 Reply

MW Melba Winshia Syncfusion Team June 4, 2008 10:47 AM UTC

Hi Kathy,

Thank you for your interest in Syncfusion Products.

You can use below css to make the GenericDropDown look like a regular asp dropdownlist:


.ButtonImageCss
{
background-color:Transparent;
border:none;
border-color:Transparent;
width:19px;
height:20px;
}
.TextCss
{
background-color:Transparent;
border-color:Magenta;
padding:1px;
border:none;
width:19px;
height:20px;
}


Please refer the sample in the below link which illustrates the above:

http://websamples.syncfusion.com/samples/Tools.Web/6.2.0.40/Tools_Asp_GenericDropdown_74218/main.htm

Please try this and let me know if this helps.

Thanks,
Melba



Loader.
Up arrow icon