div的min-height,"display:table"在firefox中不起作用

Nid*_*V B 5 html css3

我给了一个带有显示属性的div的最小高度作为表格,用于将内部文本垂直居中.给出的最小高度不适用于Firefox浏览器.

我把代码放在一个小提琴中: 小提琴

<div class="readmore_box">
    <div class="readmore_box_main">
        <p>State of the Market Address: Update on developments in the global stone industry</p>
    </div>
    <div class="box_bottom">
         <h4>more Info</h4>
    </div>
</div>
Run Code Online (Sandbox Code Playgroud)

任何帮助将非常感激!

Jin*_*ian 2

这实际上是 Firefox 的一个错误

请参阅:https ://bugzilla.mozilla.org/show_bug.cgi?id=307866

min-height不能与display: table

您需要使用固定高度来解决这个问题。