用户注册



邮箱:

密码:

用户登录


邮箱:

密码:
记住登录一个月忘记密码?

发表随想


还能输入:200字
云代码 - html代码库

to test the js oop

2016-08-01 作者: theNorthFish举报

[html]代码库

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title></title>
    <script src="Scripts/jquery-1.10.2.min.js"></script>
    <script src="Scripts/Demo.js"></script>
    <style type="text/css">
        * {
            padding: 0;
            margin: 0;
        }

        html {
            overflow-y: hidden;
        }

        body {
            font-family: Tahoma,Arial,Helvetica;
            font-size: 12px;
            text-align: left;
            background: #FFF;
            color: #000;
        }

        div, img, span {
            border: 0;
        }

        input {
            border: 1px solid rgb(211,211,211);
            vertical-align: middle;
            background: white;
            font-size: 12px;
            padding: 1px 6px;
        }

        .stage {
            width: 250px;
            height: 150px;
            overflow: hidden;
            margin:10px;
        }

        .container {
            width: 1250px;
            position: relative;
        }

        .btns {
            position: relative;
            left: 130px;
            top: -30px;
        }
    </style>
</head>
<body>
    <div class="stage">
        <div class="container" id="container">
            <img src="imgs/1.jpg" /><img src="imgs/2.jpg" /><img src="imgs/3.jpg" /><img src="imgs/4.jpg" /><img src="imgs/5.jpg" />
        </div>
        <div class="btns" id="btns"><input type="button" value="1" /><input type="button" value="2" /><input type="button" value="3" /><input type="button" value="4" /><input type="button" value="5" /></div>
    </div>
    <br>
    <div class="stage">
        <div class="container" id="container1">
            <img src="imgs/1.jpg" /><img src="imgs/2.jpg" /><img src="imgs/3.jpg" /><img src="imgs/4.jpg" /><img src="imgs/5.jpg" />
        </div>
        <div class="btns" id="btns1"><input type="button" value="1" /><input type="button" value="2" /><input type="button" value="3" /><input type="button" value="4" /><input type="button" value="5" /></div>
    </div>
</body>
</html>


网友评论    (发表评论)


发表评论:

评论须知:

  • 1、评论每次加2分,每天上限为30;
  • 2、请文明用语,共同创建干净的技术交流环境;
  • 3、若被发现提交非法信息,评论将会被删除,并且给予扣分处理,严重者给予封号处理;
  • 4、请勿发布广告信息或其他无关评论,否则将会删除评论并扣分,严重者给予封号处理。


扫码下载

加载中,请稍后...

输入口令后可复制整站源码

加载中,请稍后...