我有简单的html如下:
<div style="max-width: 800px; max-height: 300px; background-color: pink;">
text goes here
</div>
当显示页面时,DIV确实是800px宽,但其高度仍然足以容纳文本。
我在
处查看了max-height和max-width的定义http://www.w3schools.com/cssref/pr_dim_max-width.asp
http://www.w3schools.com/cssref/pr_dim_max-height.asp
我似乎无法找到差异。
有什么方法可以在播放显示时将DIV的高度设置为最大高度?或者我必须使用高度属性?
谢谢和问候。