如何调整qtip工具提示jquery中的文本大小
我以这种方式使用 qtip:
$('#div').qtip({content:"CONTENT",show: {event: false,ready: true},hide:false,position: {at: 'bottom left'}});
我的问题是要显示的内容太多,并且会覆盖页面的其他部分。我可以调整工具提示中的文本大小吗?请帮助我!
i'm using qtip in this way:
$('#div').qtip({content:"CONTENT",show: {event: false,ready: true},hide:false,position: {at: 'bottom left'}});
My problem is that CONTENT
to show is too much text and it will cover other part of page. Can i resize text in tooltip? Help me pls!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简单..你可以在CSS中使用它:
Simple.. you could use this in css: