设置或检索是否使用一个省略标记(...)标示对象内文本的溢出。对应的脚本特性为textOverflow。
text overflow 正文溢出
text-overflow textOverflow 设置或获取表明是否显示省略号以表明文本溢出的值
overflow text 溢出文本 ; 溢出区的文字
Instead of just cutting the text off like you would see in older browsers, you get a nice ellipsis (...) effect by setting the text-overflow style.
与在一些较老的浏览器中看到的那样直接截除文本相反,通过设置text - overflow样式可以获得一个美观的省略号(…)效果。
So when you scroll the page to show the invisible part, the DIV is not big enough, causing the text to overflow.
所以,当滚动页面以查看不可见部分时,DIV不够大,导致文本溢出。
You also used the text overflow styling on the aside.
您还在aside上使用了文本溢出样式。
设置或检索是否使用一个省略标记(...)标示对象内文本的溢出。对应的脚本特性为textOverflow。
应用推荐