zoukankan      html  css  js  c++  java
  • 类似博客园的左中右活动布局 PHP

    代码:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" >
    <head>
    <title>无标题页</title>
    <style type="text/css">
    body, html
    {
    width
    :100%;
    height
    :100%;
    }

    *
    {
    margin
    :0px; padding:0px;
    }

    body
    {
    font-size
    :14px;
    line-height
    :1.5;
    font-family
    :Consolas Tahoma Verdana;
    }
    </style>
    </head>
    <body>
    <div style="background-color:#eff; border-bottom:solid 1px gray; height:100px;">顶部</div>
    <div style="position:absolute; top:101px; left:0px; min-height:400px; 200px; border-right:solid 2px gray; background-color:#eee;">
    左部分
    </div>
    <div style="position:absolute; top:101px; right:0px; min-height:400px; 200px; border-left:solid 2px gray; background-color:#eee;">
    右部门
    </div>
    <div style="margin-left:200px; margin-right:200px; padding:10px; min-height:380px;">
    内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容
    内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容
    内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容
    内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容
    内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容
    内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容
    内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容 内容
    </div>
    <div style="background-color:#eff; border-top:solid 1px gray; height:100px;">底部</div>
    </body>
    </html>

    下载:https://files.cnblogs.com/zjfree/htmlAutoLeftRight.rar


    欢迎转载,转载请注明:转载自[ http://www.cnblogs.com/zjfree/ ]
  • 相关阅读:
    jstl
    jsp基础
    servlet3 使用
    servlet常用对象
    servlet中Request与response使用
    jmeter的使用--添加自定义函数和导入自定义jar
    jmeter的使用---录制脚本
    jmeter的使用---控制器
    jmeter的使用---用户变量
    jmeter的使用---JDBC
  • 原文地址:https://www.cnblogs.com/zjfree/p/2218819.html
Copyright © 2011-2022 走看看