Home >Web Front-end >HTML Tutorial >css compatible with FF and IE div height and min-height_html/css_WEB-ITnose
The min-height of FF and IE has never been compatible, so the height of the div can only be dynamically changed through js. Insert a piece of js below the div and modify the style.height of the div.