I have a textbox with id=”Email” in my view and I need the id to stay as it is. However, there is a #Email fields in a css file and my textbox gets the style in that fields. How can I make it to ignore that style?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
in your css file try to write some parent element id before
#emailwhich is not present in case of<input id="email">