Denki 發表於 2024年5月6日 14:20:43

html frame frsmeset 取代方案

<!DOCTYPE HTML>
<html>
    <head>
      <meta charset="utf-8">
      <title>div+css REPLACE FRAMESET</title>
      <style type="text/css">.header{border-bottom:1px solid #ccc;margin-bottom:5px;}
      .MainContainer{min-width:960px;max-width:1600px;}
      .sidebar{width:180px;float:left;margin-right:-180px;border-right:1px solid #ccc;min-height:500px;
      padding:5px;}.main{float:left;margin-left:200px;padding:5px;}
      .content{padding:0 10px;}
      </style>
    </head>
    <body>   
    <div class="page"><div class="header"><div id="title">
      <h1>TOP</h1>
      </div></div>
      <div class="MainContainer"><div class="sidebar">SIDE BAR</div>
      <div id="main" class="main">CONTENT</div></div>
    </div>
    </body>
</html>
頁: [1]
檢視完整版本: html frame frsmeset 取代方案