CSS
  • gap in IE7

后端 未结 7 1049
别那么骄傲
别那么骄傲 2021-02-04 12:22

I have a CSS

  • nested menu that works perfectly in IE 8 and firefox but in IE7 it produces a small gap between the elements. this
7条回答
  •  执笔经年
    2021-02-04 12:53

    I assume you're trying to make a horizontal nav? Try adding display:inline to your container. EDIT:

    NM. In ie6, they show up as a horizontal bar. +1 for mikez's answer. that should do it.

提交回复
热议问题