当页面滚动时IE7上的问题。文本不正确 [英] Issue on IE7 when page is scrolling.Text is not proper

查看:105
本文介绍了当页面滚动时IE7上的问题。文本不正确的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我滚动页面时,我在IE7上面临这个问题:虽然水平线正在滚动,但某些部分的文本未正确滚动。

I am facing this issue on IE7 only, when I am scrolling the page: Text of some section is not scrolling properly, although a horizontal line is scrolling.

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

May be it's a loading issue but I need to solve this.

技术是HTML5,bootstrap,CSS3。 Framework是MVC。

Technology is HTML5, bootstrap, CSS3. Framework is MVC.

查看上面图片中的再次搜索文字。

Look at the Search Again text in the image above.

推荐答案

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

This sounds like a the IE7 Text Redraw bug:

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

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

尝试将其添加到按钮css:

try adding this to the button css:

overflow: visible

如果没有效果,请尝试:

If that doesn't work try this:

border: 1px solid transparent;

这篇关于当页面滚动时IE7上的问题。文本不正确的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆