标签:dex pac abs htm word content ace 100% idt
<
div
id="main">
<
div
id="nav">nav</
div
>
<
div
id="content">content</
div
>
</
div
>
#main {
background-color
:
#999
;
height
:
100%
;
}
#nav {
background-color
:
#85d989
;
width
:
100%
;
height
:
50px
;
float
:
left
;
}
#content {
background-color
:
#cc85d9
;
height
:
100%
;
}
#main {
background-color
:
#999
;
height
:
100%
;
}
#nav {
background-color: #85d989;
width: 100%;
height: 50px;
}
#content {
background-color: #cc85d9;
width: 100%;
position: absolute;
top: 50px;
bottom: 0px;
left: 0px;
}
标签:dex pac abs htm word content ace 100% idt
原文地址:https://www.cnblogs.com/justSmile2/p/9556618.html