how can we change tooltip(title attribure) font and color in asp.net with c# projects?
there is another thread in stackoverflow without any answer (so sorry for duplicate)
thanks in advance
best regards
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.
The tooltip colour that displays the
titleattribute is a browser default and can’t be changed.However, you could create your own ‘tool tip’ in JavaScript using an
onmouseover()event.jQuery makes this easy and there are 3rd-party controls available too.