padding-bottom は要素の幅に相対的である必要がありますが、Chrome と Firefox の最新バージョンでテストしたところ、padding-bottom は親の幅に相対的です。
要素の幅に相対的な要素が必要ですが、機能しません:
width: 200px;
padding-bottom: 50%; /* must be 100px */
height: 0;
例を参照してください: http://dabblet.com/gist/6898263
私に何ができる?