In Blogger, Overflow Doesn't Work In Ie
here is my blog link http://testt0646t.blogspot.tw/2017/06/test.html if you open it with chrome or firefox, you can find that scroll works well; however, if you open it with IE, yo
Solution 1:
Adding word-wrap:normal
to the pre
element should resolve the problem. The issue is happening because of the word-wrap:break-word property added by Blogger to the body
element
<divstyle="background: #ffffff; border-width: 0.1em 0.1em 0.1em 0.8em; border: solid gray; overflow: auto; padding: 0.2em 0.6em; width: auto;"><prestyle="word-wrap:normal;line-height: 125%; margin: 0;"><spanstyle="color: #008800; font-weight: bold;">print</span><spanstyle="background-color: #fff0f0;">'hello world!'</span><spanstyle="color: #008800; font-weight: bold;">print</span><spanstyle="background-color: #fff0f0;">'hello world!'</span><spanstyle="color: #008800; font-weight: bold;">print</span><spanstyle="background-color: #fff0f0;">'hello world!'</span><spanstyle="color: #008800; font-weight: bold;">print</span><spanstyle="background-color: #fff0f0;">'hello world!'</span><spanstyle="color: #008800; font-weight: bold;">print</span><spanstyle="background-color: #fff0f0;">'hello world!'</span><spanstyle="color: #008800; font-weight: bold;">print</span><spanstyle="background-color: #fff0f0;">'hello world!'</span><spanstyle="color: #008800; font-weight: bold;">print</span><spanstyle="background-color: #fff0f0;">'hello world!'</span><spanstyle="color: #008800; font-weight: bold;">print</span><spanstyle="background-color: #fff0f0;">'hello world!'</span><spanstyle="color: #008800; font-weight: bold;">print</span><spanstyle="background-color: #fff0f0;">'hello world!'</span><spanstyle="color: #008800; font-weight: bold;">print</span><spanstyle="background-color: #fff0f0;">'hello world!'</span><spanstyle="color: #008800; font-weight: bold;">print</span><spanstyle="background-color: #fff0f0;">'hello world!'</span><spanstyle="color: #008800; font-weight: bold;">print</span><spanstyle="background-color: #fff0f0;">'hello world!'</span><spanstyle="color: #008800; font-weight: bold;">print</span><spanstyle="background-color: #fff0f0;">'hello world!'</span><spanstyle="color: #008800; font-weight: bold;">print</span><spanstyle="background-color: #fff0f0;">'hello world!'</span><spanstyle="color: #008800; font-weight: bold;">print</span><spanstyle="background-color: #fff0f0;">'hello world!'</span><spanstyle="color: #008800; font-weight: bold;">print</span><spanstyle="background-color: #fff0f0;">'hello world!'</span><spanstyle="color: #008800; font-weight: bold;">print</span><spanstyle="background-color: #fff0f0;">'hello world!'</span><spanstyle="color: #008800; font-weight: bold;">print</span><spanstyle="background-color: #fff0f0;">'hello world!'</span></pre></div>
Post a Comment for "In Blogger, Overflow Doesn't Work In Ie"