实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
    <head>
4
        <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
5
        <style>
6
            #wrapper {
7
                overflow: hidden;
8
            }
9
            #content {
10
                float: left;
11
                margin-right: 10px;
12
                min-height: 1200px;
13
                width: 486px;
14
            }
15
            #sidebar {
16
                background: #eee none repeat scroll 0 0;
17
                float: right;
18
                height: 400px;
19
                padding: 10px;
20
                width: 284px;
21
            }
22
            #portamento_container {