Imagine I\'m having a DIV. I want to display it in a row with other divs, so I\'m giving it display: inline-block along with other style definitions in
DIV
display: inline-block
IE actually has quite good support for inline-block - if the element is originally an inline element. So try using a span instead of the div.
span
div