【发布时间】:2013-10-16 12:46:37
【问题描述】:
Padding-bottom 必须是相对于元素的宽度,但我在 Chrome 和 Firefox 的最新版本中进行了测试,并且 padding-bottom 是相对于父元素的宽度。
我需要一个相对于元素宽度的元素,但它不起作用:
width: 200px;
padding-bottom: 50%; /* must be 100px */
height: 0;
查看示例:http://dabblet.com/gist/6898263
我能做什么?
【问题讨论】:
标签: css responsive-design aspect-ratio