- 親要素のfont-size or line-heightを「0」にするミニサイズのリセット用のCSSを適用する。
- 中に配置されるインライン要素に「vertical-align: middle;」を適用する。
- 中に配置される要素に「display: block;」を適用する。
table.photo {
table-layout: fixed;
clear: right;
float: left;
margin-right: 0.5em;
margin-bottom: 0.5em;
border-collapse: collapse;
padding: 0px;
box-sizing:border-box;
border-spacing: 0;
vertical-align: bottom;
font: size 0;
line-height:0px;
}
--☀
No comments:
Post a Comment