css - 页面滚动时在 IE7 上出现问题。文本不正确

标签 css html internet-explorer-7 twitter-bootstrap

我只在 IE7 上遇到这个问题,当我滚动页面时:某些部分的文本没有正确滚动,尽管水平线正在滚动。

可能是加载问题,但我需要解决这个问题。

技术是 HTML5、bootstrap、CSS3。框架是 MVC。

enter image description here

请看上图中的 Search Again 文本。

最佳答案

这听起来像是 IE7 文本重绘错误:

http://zomigi.com/blog/ie-7-button-text-redraw-bug/

http://www.lifeathighroad.com/web-development/fixed-ie7-button-text-redraw-bug/

尝试将此添加到按钮 css:

overflow: visible

如果不行试试这个:

border: 1px solid transparent;

关于css - 页面滚动时在 IE7 上出现问题。文本不正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12315896/

相关文章:

html - 所有文本都应该放在段落标签中吗?

javascript - 在 ios safari 上的 div 中时 Canvas 不响应触摸

javascript - 如何解决 C :\fakepath?

ie7 中的 css 子菜单悬停问题

html - IE7里不在同一行

html - 修复页面顶部的菜单栏

html - 删除 col-md-6 Bootstrap 上的左/右填充

html - 将 Bootstrap 选项卡控件(水平选项卡)的文本内容放置在选项卡下的 CSS - 排除选项卡周围的文本

css - 将div调整为图片大小

html - 绝对 div 的填充在 Internet Explorer 7 中有不同的解释