Can an inline element contain a block element for instance: can a list have a paragraph?
If you want block elements to behave like inline elements, set the display property to inline-block. If you need to support IE 7 or 6, for the same elements in your IE stylesheet, add these two rules: zoom:1; display:inline.
inline-block
zoom:1; display:inline