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

前端 未结 15 1200
情歌与酒
情歌与酒 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条回答
  •  Happy的楠姐
    2020-12-25 09:54

    I was having same problem and I resolved the issue. Earlier css was overflow:hidden; z-index:999999;

    I change it to overflow:visible;

提交回复
热议问题