跨浏览器显示:内联块

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:
  1. ul#nav_bar li {
  2. display:inline-block;
  3. zoom: 1;
  4. *display: inline;
  5. }

以上是关于跨浏览器显示:内联块的主要内容,如果未能解决你的问题,请参考以下文章

<code> vs <pre> vs <samp> 用于内联和块代码片段

CSS 内联块(跨浏览器)

CSS 跨浏览器内联块

CSS 跨浏览器内联块

CSS 跨浏览器内联块

跨浏览器内联块示例