Using a Webdropdown that has a bunch of items. The items are showing with an underline and I;d like to remove the underline. Could you suggest what should be changed in the css file ?
Thanks
Ankur
Hi,
If you have set CssClass in the WebDataMenu and your menuitems are underlined, so in the css class threre is:
text-decoration
:underline;
so you just need to remove that and the items will be shown with normal text(I mean not underlined)
Thanks,
I am using the WebDropDown control. What is the css i should be looking at? There is NOT css file applied to the control....so I suppose it must be taking some default appstyle. How can I tell?