http://kmf6zikzfttexa3pxeumdqt73gmzb5ybkpk4hxstuzpbup22yqna.b32.i2p/css/css_inline-block.asp
Also, with display: inline-block , the top and bottom margins/paddings are respected, but with display: inline they are not. Compared to display: block , the major difference is that display: inline-block does not add a line-break after the element, so the element can sit next to other elements.