嘿傢伙只是得到了一些文字,我想知道爲什麼在某些決議時,當我縮小和放大瀏覽器不在同一個地方。它主要發生在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;
}
截圖或演示將有所幫助。 – str
我有同樣的問題 - 我有所有的像素設置,絕對定位,當我放大,文本改變一點,所以在包裝結束的地方,它不會在同一個地方結束了。文本在縮放時跳轉。這非常煩人,我無法弄清楚它爲什麼會發生。 –