10-02-2009, 06:37 AM
|
#6 (permalink)
|
|
The Contributor
Join Date: Nov 2008
Location: Sweden
Posts: 36
Thanks: 1
|
Quote:
Originally Posted by Tanax
Mm, yea.. I'm a complete newbie when it comes to CSS so how does inline-block work in this case?
|
http://www.w3.org/TR/CSS2/visuren.html#propdef-display
" inline-block
This value causes an element to generate a block box, which itself is flowed as a single inline box, similar to a replaced element. The inside of an inline-block is formatted as a block box, and the element itself is formatted as an inline replaced element. "
|
|
|
|