October 22nd, 2012LWTT: Tooltip overflow content
Knowledge Base support case for Likno Web Tooltips Builder, abstracted and stripped of all user’s private info.
Initial Email From: Roy
Initial Email Subject: Need help in ToolTip!
Support Case Month: April 2012
Dear Kostas
Please take a look at the screen shot & build attached.
I am using the an image as the tooltip target Any suggestion how to contain the spill over of the text.
Roy
Reply From: Likno Customer Support
Dear Roy,
This happens because you have given a fixed size to the tooltip and the content does not fit.
The solution depends on how you want to handle this.
If you want the tooltip to produce a scrollbar, then you need to go to the Tooltip CSS and add:
overflow: auto;
If you want to just hide the extra text, you can add this instead:
overflow: hidden;
Regards,
Kostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter
Tags: auto, content, fixed size, hidden, html, image, jquery, overflow, scrollbar, text, tooltip, website