<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title></title>

        <style type="text/css">
            *
            {
                margin:0;
                padding:0;
            }

            #mainTop
            {
                height:90px;
                overflow:hidden;
            }

            #bottomLeft
            {
                height:100%;
                width:15%;
                float:left;
                overflow:hidden;
                position:relative;
            }

            #bottomRight
            {
                height:100%;
                width:85%;
                float:left;
                overflow:hidden;
            }

            #split
            {
                width:10px;
                height:100%;
                background:black;
                position:absolute;
                right:0;
                top:0;
            }

            #leftContent
            {
                height:100%;        
                overflow:auto;
                margin-right:10px;  /* 宽度和split的宽度一致 */
            }

            #rightContent
            {
                height:100%:
                overflow:auto;
            }
        </style>
    </head>
    <body>
        <div>
            <div ;
        };
    </script>
</html>

相关文章:

  • 2021-12-26
  • 2021-04-11
  • 2022-12-23
  • 2021-11-23
  • 2022-12-23
  • 2021-08-22
  • 2021-10-10
  • 2021-12-20
猜你喜欢
  • 2021-08-19
  • 2021-08-24
  • 2021-11-14
  • 2021-12-25
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
相关资源
相似解决方案