Issue on IE7 when page is scrolling.Text is not pr

2019-01-29 09:10发布

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.

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

enter image description here

Look at the Search Again text in the image above.

1条回答
smile是对你的礼貌
2楼-- · 2019-01-29 09:28

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/

try adding this to the button css:

overflow: visible

If that doesn't work try this:

border: 1px solid transparent;
查看更多
登录 后发表回答