Possible Duplicate:
What is the difference between display: inline and display: inline-block?
In the CSS markup language, display tag has values of inline and inline-block... Can anyone explain in detail the difference between inline and inline-block?
I searched everywhere, the most detailed explanation tells me inline-block placed as inline, but behave as a block. But it does not explained what exactly what "behave as a block" mean. Is it any special feature?
An example would be even better answer. Thanks.
displayis not a tag. – BoltClock♦ Feb 8 '12 at 8:24