IFRAME and conflicting absolute positions

后端 未结 5 949
迷失自我
迷失自我 2020-12-16 11:04

I would like to have an IFRAME dynamically sized using the following CSS:

#myiframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    rig         


        
5条回答
  •  一个人的身影
    2020-12-16 11:41

    I would say take a look at this stack overflow question. It might help:

    Make Iframe to fit 100% of container's remaining height

提交回复
热议问题