账号通
    

账号  

密码  

248192

查看

379

回复
主题:■■■■css左右两列高度自适应■■■你难道用不到吗? [收藏主题] 转到:  
yunge2012 当前离线

20

主题

20

广播

0

粉丝
添加关注
级别:学前班

用户积分:22 分
登录次数:43 次
注册时间:2012/7/25
最后登录:2012/7/31
yunge2012 发表于:2012/7/26 9:14:50   | 显示全部帖子 查看该作者主题 楼主 
科汛在线网校系统

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html>

    <head>

        <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

        <title>纯css图切换 练习 教程来自snwebsite</title>

        <style type="text/css">

            a{

                display:block;

                border:1px solid #cccccc;

                width:20px;

                height:20px;

                margin:1px;

            }

            dl{

                position:absolute;

                width:240px;

                height:170px;

            }

            dt{

                position:absolute;

                right:1px;

                top:25px;

            }

            dd{

                width:240px;

                height:170px;

                overflow:hidden;

            }

        </style>

        <script language="JavaScript" type="text/javascript">

        </script>

    </head>

    <body>

        <dl>

            <dt><a href="#a">1</a><a href="#b">2</a><a href="#c">3</a></dt>

            <dd>

                <img src="/upload/20080926074249449.jpg" id="a" />

                <img src="/upload/20080926074251309.jpg" id="b" />

                <img src="/upload/20080926074251902.jpg" id="c" />

            </dd>

        </dl>

    </body>

</html>

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.26563秒 powered by KesionCMS 9.0