代码之家  ›  专栏  ›  技术社区  ›  Bussiere

如何获取3个部分的iframes

  •  1
  • Bussiere  · 技术社区  · 7 年前

    这是我的代码:

    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>Title</title>
    </head>
    <style>
    html,body{
      width: 100%;
      height: 100%;
    }
    </style>
    <body>
    
    <iframe src="../admin/" frameborder="0" scrolling="yes"
                                    style="height: 100%;
                                                width: 49%; float: left; " height="60%" width="49%"
                                   align="left">
    
    </iframe>
    <iframe src="../admin/" frameborder="0" scrolling="yes"
                                        style="overflow: hidden; height: 100%;
    
                                        width: 49%; " height="60%" width="49%"
                                         align="right">
    
    </iframe>
    <iframe src="../levensthein/" frameborder="1" scrolling="yes"
                                        style="overflow: hidden; height: 100%;
    
                                        width: 100%; " height="100%" width="100%">
    
    </iframe>
    </body>
    </html>
    

    我想要这个显示器:

    enter image description here

    目前,iframe 3太低: enter image description here

    enter image description here

    所以如果你知道我怎样才能把iFrame3调高

    1 回复  |  直到 7 年前
        1
  •  0
  •   Andres    7 年前

    你可以用潜水器。使用一行,其中有两列,然后是一行。