码迷,mamicode.com
首页 > Web开发 > 详细

html

时间:2017-06-29 10:00:21      阅读:224      评论:0      收藏:0      [点我收藏+]

标签:XML   function   rip   style   元素   nload   order   har   tle   

1.动态切换图片(布局)

 

1.动态切换图片(布局)

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title></title>
    <style type="text/css">
        #bodDIv {
            margin:50px auto;
            width:460px;
            border:1px solid #000;
        }
        #pageUL{
             list-style-type:none;
            border:0px solid #808080;
            margin:0px;
            position:relative;/*位置:相对位置*/  
            left:350px;
            width:200px;
            top:-30px;
        }
     #pageUL li{
         display:inline-block;/*显示:内联的块元素*/
         width:10px;height:20px;
         border:1px solid #000000;
         background-color:#b6ff00;
     }
    </style>
    <script  type="text/javascript">
        function gel(id) { return document.getElementById(id); }
        window.onload = function () {

        };
    </script>
</head>
<body>
    <div id="bodDIv">
        <img src="image/t019b430cacfc2e1f04.jpg" width="460px"/>
        <ul id="pageUL">
            <li>1</li>
            <li>2</li>
            <li>3</li>
            <li>4</li>
        </ul>
    </div>
</body>
</html>

 

html

标签:XML   function   rip   style   元素   nload   order   har   tle   

原文地址:http://www.cnblogs.com/hehehehehe/p/7092315.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!