实例代码“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
            .main{
7
                overflow:visible;
8
                clear:both;
9
                background:#fff;
10
            }
11
            #container{
12
                overflow:hidden;
13
                width:4750px;
14
            }
15
            #container img{
16
                float:left;
17
            }
18
            #container img + img{
19
                margin-left:10px;
20
                margin-top:0;
21
            }
22
        </style>