I want to add a scrollable tooltip, are there existing scripts or ways to accomplish this with jquery or css? If so, how? I would like to avoid using iframe if possible.
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.
Assuming the tooltip is custom (i.e. triggered by a hover/click event), the HTML element used for the tooltip should be a fixed size with the CSS property, overflow:auto.