td在relative模式下,IE9不显示border

方法一 

.thisTd {    background-clip: padding-box;     position:relative; }

方法二

.thisTd {   z-index=-1;     position:relative; }

posted @ 2016-10-20 16:24  小哩  阅读(375)  评论(0编辑  收藏  举报