https://stackoverflow.com/questions/15939896/css-inline-block-vs-table-cell
Excerpt 1:
You'll also find the gap between block when you apply
display: inline-block;
Re-size your window by pressing Ctrl key and scrolling with mouse scroll button to see differences.
Notice the
vertical-align: middle;
is not working asdisplay: table-cell;
indisplay: inline-block;
.
Exceprt 2:
Set line-height equal to element height and vertical-align will work for inline-block.
No comments:
Post a Comment