实例代码“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
            #container{
7
                overflow:hidden;
8
                overflow-x:auto;
9
                width:800px;
10
            }
11
            #container img{
12
                float:left;
13
            }
14
            #container img + img{
15
                margin-left:10px;
16
                margin-top:0;
17
            }
18
            #inner_container{
19
                width:4750px;
20
            }
21
        </style>
22
        <script type="text/javascript" src="https://ku.shouce.ren/libs/jquery/1/jquery1.7.2.min.js">