简体   繁体   English

文本在jQuery简易股票元素IE8,IE9,IE10,IE11的边栏中被剪切

[英]Text being clipped in sidebar inside of a jquery easy ticker element IE8, IE9, IE10, IE11

I am using this plugin https://github.com/vaakash/jquery-easy-ticker . 我正在使用这个插件https://github.com/vaakash/jquery-easy-ticker It works as expected in all browsers except Internet Explorer (go figure). 它可以在除Internet Explorer之外的所有浏览器中正常工作(如图)。 The main problem even seen in IE11 is that the image and text are clipped on the right side of the sidebar. 甚至在IE11中看到的主要问题是,图像和文本都在侧边栏的右侧被剪切。 Any ideas? 有任何想法吗?

It seems that you could solve the problem by setting width: 100% to the <ul> inside the ticker div. 看来您可以通过设置width: 100%来解决该问题width: 100%设置为股票代码div中的<ul>

<div id="tickerMember" >
    <ul class="list-unstyled" style="width: 100%">

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM