CSS
  • gap in IE7

后端 未结 7 1036
别那么骄傲
别那么骄傲 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 13:10

    you can add this styles to your styles.ie.css

    /* for IE7 only */
    *+html #nav { font-size: 0; line-height: 0;}
    *+html #nav li {font-size: 12px; line-height: 18px; }
    
    0 讨论(0)
提交回复
热议问题