跨浏览器显示:内联块
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了跨浏览器显示:内联块相关的知识,希望对你有一定的参考价值。
You’ve now told the html web page that is linked to this CSS document to display the nav_bar list as inline-block – or in a single, horizontal row. The first problem: IE6 and IE7 don’t recognize it, so you need to add something that only they will recognize:
ul#nav_bar li { display:inline-block; zoom: 1; *display: inline; }
以上是关于跨浏览器显示:内联块的主要内容,如果未能解决你的问题,请参考以下文章