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

后端 未结 1 1274
时光取名叫无心
时光取名叫无心 2020-12-22 09:16

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\

1条回答
  •  再見小時候
    2020-12-22 09:22

    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;
    

    0 讨论(0)
提交回复
热议问题