CSS for Radio Button
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
I have radio button on my webpage. <asp:RadioButtonList runat="server" ID="rdlChartTypes" CssClass="RadioStyle" OnSelectedIndexChanged="rdlChartTypes_SelectedIndexChanged" AutoPostBack="true"> <asp:ListItem Selected="True">Bar</asp:ListItem> asp:ListItemLine</asp:ListItem> </asp:RadioButtonList> I want to add css for the same. when we click on any radio button then tht circular button clicked by black color. i want to change tht dot color by anothe color?? Another thing is i have dropdownlist. on any item list hover i want change backcolor of tht item. how to do that in CSS??