Iframe creates extra space below

后端 未结 9 996
無奈伤痛
無奈伤痛 2020-12-30 18:23

Why does an iframe add extra space under its element? Look at this weird behavior:

9条回答
  •  礼貌的吻别
    2020-12-30 19:08

    here is another answer please check it ...

    .border iframe {
    border: none;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0.8;
    }
    

提交回复
热议问题