IE7 cause of “Text - Empty Text Node”

后端 未结 9 2611
野的像风
野的像风 2021-02-19 04:04

I\'m using the IE web developer toolbar to troubleshoot an issue. A blank white space is appearing below a list item, and I can\'t logically figure out why. Using the web dev

9条回答
  •  野性不改
    2021-02-19 04:33

    I was hitting a variation of this iisue which is a phantom dot to the left of my list item in IE9 in native view The solution was to apply this style to the LI element

    LIST-STYLE-TYPE: none;
    

    hth

提交回复
热议问题