Following is my code and I want to understand that why #firstDiv is being pushed downward by all browsers. I really want to understand the inner wo
The default value for vertical-align in CSS is baseline & this rule is also apply with inline-block read this http://www.brunildo.org/test/inline-block.html
vertical-align
baseline
inline-block
Write vertical-align:top in your inline-block DIV.
vertical-align:top
Check this http://jsfiddle.net/WGCyu/1/