こんにちは、テキストを取得したばかりで、ブラウザでズームアウトしてズームインすると、一部の解像度で同じ場所にとどまらないのはなぜだろうと思っていました。主に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;
}