我正在重新创建phpservermon的html页面。 每当我在其中一个div中编写文本时,它们都会立即下降,似乎文本被迫在某个点结束,由于相对而言,最终移动了整个div。 如何解决它,以便我可以在其中书写而不会移动?
我尝试在内部创建一个固定的div,然后我想这可能是因为我有一排css与中心垂直对齐,然后注意到代码甚至没有完成。
$('#id_substancename').combobox();
$('#id_casnumber').combobox2();
<div class="entity-container">
<div class="online">
<div class="entity" onclick="window.location.href='http://172.20.42.237/phpservermon/?&mod=server&action=view&id=2&back_to=server_status'">
</div>
</div>
</div>
<!-- This is the code of one of the blocks (The entity container normally contains various blocks -->