Firefox 1 pixel bug with border-collapse, workaround?

后端 未结 12 2590
误落风尘
误落风尘 2020-12-07 18:59

Is there any workaround for the following \"1 pixel to the left\" bug?

    

        
12条回答
  •  一整个雨季
    2020-12-07 19:28

    I also have run into this problem the full proof solution is very simple in your asp:gridview just add

    GridLines="None" 
    

    and the lines disappear in Firefox no css modification needed.

提交回复
热议问题