在相对div内书写文本会更改其位置

时间:2019-04-17 09:45:06

标签: html css

我正在重新创建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/?&amp;mod=server&amp;action=view&amp;id=2&amp;back_to=server_status'">

    </div>
  </div>
</div>
<!-- This is the code of one of the blocks (The entity container normally contains various blocks -->

This is how it should look

This is how it looks whenever I write text

0 个答案:

没有答案