Internet Explorer中的最大div高度

Mat*_*teo 6 html css internet-explorer

如何在Internet Explorer中获得静态60px高度的div?

cyp*_*her 4

<div style="height: 60px; overflow: hidden;">Hello, World</div>
Run Code Online (Sandbox Code Playgroud)

不幸的是,某些版本的 IE 不遵循 max-height,而这正是overflow: hidden派上用场的地方。请注意,无论 div 内部有什么,其高度始终为 60px。