一种大气简单的Web管理(陈列)版面设计

Posted yxysuanfa

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了一种大气简单的Web管理(陈列)版面设计相关的知识,希望对你有一定的参考价值。

        在页面的设计中,多版面是一种常见的设计样式。本文命名一种 这种样式。能够简单描写叙述为一行top,一列左文件夹,剩余的右下的空间为内容展示区。这种样式,便于高速定位到某项内容或功能。

        在主要的html语法中,iframe能够提供多版面,方法简易,然而。本文主要在于推介一种利用Div实现版面控制的方法。这样的方法能够利用div带来的更大灵活性。

      
        首先。展示下终于实现的效果。
    技术分享
       主页面採用这种frame.css样式控制。


#framecontentTop
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    background-color: #D2E6FA;
}

#framecontentLeft
{
    position: fixed;
    top: 100px;
    left: 0;
    height: 100%;
    width: 150px;
    overflow: hidden;
    vertical-align: top;
    background-color: #D2E6FA;
}

#maincontent
{
    position: fixed;
    left: 150px;
    top: 100px;
    right: 0;
    bottom: 0;
    overflow: auto;
    background: #fff;
    border-top: solid 2px #70cbea;
    border-left: solid 2px #70cbea;
}

左側menu菜单採用这种menu.css

.menus
{
}
.menu ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
}
.menu li
{
    position: relative;
    background: #d4d8bd;
    height: 26px;
}
.menu a, .menu a:visited
{
    display: block;
    text-decoration: none;
    height: 25px;
    line-height: 25px;
    width: 149px;
    color: #000;
    text-indent: 5px;
    border: 1px solid #fff;
    border-width: 0 1px 1px 0;
}
.menu a:hover
{
    color: #fff;
    background: #949e7c;
}


       主页面代码例如以下:
<html>
<head>

<link href="Settings/Styles/frame.css" rel="Stylesheet" type="text/css" />
<link href="Settings/Styles/menu.css" rel="Stylesheet" type="text/css" />
<style type="text/css">
body
{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
}
</style>

</head>

<body>


<form id="form1" runat="server">

<div id="framecontentLeft">
<div class="menu">
<ul>
<li><a href="Settings/setAutoInvite.html" target="content">Set AutoInvite</a></li>
<li><a href="Settings/setUpdate.html" target="content">Set Update</a></li>
<li><a href="Settings/setCommand.html" target="content">Set Command</a></li>
<li><a href="Settings/setParentID.html" target="content">Set ParentID</a></li>
</ul>
</div>
</div>

<div id="framecontentTop">
<div style="text-align: center;">
<h1>
Manage Center
</h1>
</div>
</div>

<div id="maincontent">
<iframe id="content" name="content"  frameborder="0" scrolling="no" width="100%" height="100%"></iframe>
</div>

</form>

</body>
</html>

        content中要展示的页面,仅仅要是一个正常的网页就可以。











以上是关于一种大气简单的Web管理(陈列)版面设计的主要内容,如果未能解决你的问题,请参考以下文章

青推荐博物馆陈列设计与展览项目管理高级研修班将于近期在线举办

模块化设计已经不再是可移动的陈列架那么简单的事情了。

ROAM | Ethnicraft 设计上海展位陈列设计

代码片段 - Golang 实现简单的 Web 服务器

高效Web开发的10个jQuery代码片段

基于ZigBee设计的天气监测系统