<p>This div uses "text-overflow:clip":</p>
<div id="div1">This is some long text that will not fit in the box</div>
<br>
<p>This div is the same CSS and just doesn't use text-overflow:</p>
<div id="div2">This is some long text that will not fit in the box</div>