nothing4me
New Member
I have a button and checkbox.\[code\]<table class = "submit-css"> <tr> <td> <asp:Button ID="btnSubmit" runat="server" Text="Submit" /> <asp:CheckBox ID="ckSendMail" runat="server" /> </td> </tr></table>\[/code\]I want to style those two items, but I don't know how to select them. \[code\].submit-css input[submit] { //add rules here... }\[/code\]I've tried the above selector but it's not working. Thanks for helping