7万
861
32万
论坛元老
position
absolute
relative
static
fixed
top
right
bottom
left
<div id="navigation">
<ul>
<li><a href="this.html">This</a></li>
<li><a href="that.html">That</a></li>
<li><a href="theOther.html">The Other</a></li>
</ul>
</div>
<div id="content">
<h1>Ra ra banjo banjo</h1>
<p>Welcome to the Ra ra banjo banjo page. Ra ra banjo banjo. Ra ra banjo banjo. Ra ra banjo banjo. Ra ra banjo banjo.</p>
<p>(Ra ra banjo banjo)</p>
#navigation {
position: absolute;
top: 0;
left: 0;
width: 10em;
}
#content {
margin-left: 10em;
#navigation2 {
right: 0;
margin: 0 10em; /* setting top and bottom margin to 0 and right and left margin to 10em */
:first-letter
float: left;
float: right;
margin: 0 10em;
clear
clear: left
clear: right
clear: both
#footer {
clear: both;
使用道具 举报
3
2万
301
中级会员
11
300
0
1万
124
注册会员
68
1
176
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|网站地图|源码论坛 ( 海外版 )
GMT+8, 2025-2-5 02:35 , Processed in 0.076400 second(s), 22 queries .
Powered by Discuz! X3.4
Copyright © 2001-2020, Tencent Cloud.