How can I hide an HTML table row so that it takes up no space?

前端 未结 15 1187
情歌与酒
情歌与酒 2020-12-25 09:15

How can I hide an HTML table row so that it takes up no space? I have several \'s set to style=\"display:none;\"

15条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-25 09:57

    Add some of the following line-height:0px;font-size:0px;height:0px;margin:0;padding:0;

    I forget which one does it. I think it's line-height for IE6.

提交回复
热议问题