`

[CSS]如何使div不随窗口缩放而移位

阅读更多

网上有不少方法,但是最简洁的就是:

    <style>
    div{ 
    white-space:nowrap; 
    } 
    </style>

 或者:

<div id="tb" style="padding: 8px; width:auto; height: auto;white-space:nowrap" >

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics