嘿,伙计们刚刚收到了一些文字,我想知道为什么在某些分辨率下,当我在浏览器中缩小和放大时不会停留在同一个地方。它主要发生在 Firefox 中。
<div class = "hello">
<p>Hello This is just an example of what should go in here. When youi move down to the bottom you will see what you need 2 enter. .</p>
</div>
下面是我用来控制它的css。
.hello
{
position:absolute;
top: 210px;
width:37em;
text-wrap:none;
text-align: left;
font-size: 16px;
}