<html>
<head>
<style type="text/css">
p {display: inline}
div {display: inline}
</style>
</head>
<body>
<p>本例中的样式表把段落元素设置为内联元素。</p>
<p>而 div 元素不会显示出来!</p>
<div>div 元素的内容不会显示出来!</div>
</body>
</html>
http://bbs.csdn.net/topics/80402138
http://www.w3school.com.cn/tiy/t.asp?f=csse_display