设为首页收藏本站

Scripts 学盟

 找回密码
 加入学盟

QQ登录

只需一步,快速开始

查看: 2074|回复: 2
打印 上一主题 下一主题

javascript 带滚动条的图片查看特效(超酷)1 [复制链接]

Rank: 2

跳转到指定楼层
1#
嘟嘟 发表于 2011-7-13 00:01:52 |只看该作者 |倒序浏览
注:本人收集的其中一种特效  呵呵 感觉能让大家学习欣赏!(例子中图片自己找吧),由于帖子字数限制分3张发布(抱歉)!
       【代码复制粘贴找到图片即可运行】 iscripts  只有想不到的  没有做不到的!完整实例已经上传群空间(14791694)

1.jpg
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>1</title>
<meta http-equiv="imagetoolbar" content="no">
<style type="text/css">
        html {
                overflow: hidden;
        }
        body {
                margin: 0px;
                padding: 0px;
                background: #000;
                width: 100%;
                height: 100%;
        }
        #imageFlow {
                position: absolute;
                width: 50%;
                height: 40%;
                left: 0%;
                top: 10%;
                background: #000;
        }
        #imageFlow .diapo {
                position: absolute;
                left: -1000px;
                cursor: pointer;
                -ms-interpolation-mode: nearest-neighbor;
        }
        #imageFlow .link {
                border: dotted #fff 1px;
                margin-left: -1px;
                margin-bottom: -1px;
        }
        #imageFlow .bank {
                visibility: hidden;
        }
        #imageFlow .top {
                position: absolute;
                width: 100%;
                height: 40%;
                background: #181818;
        }
        #imageFlow .text {
                position: absolute;
                left: 0px;
                width: 100%;
                bottom: 16%;
                text-align: center;
                color: #FFF;
                font-family: verdana, arial, Helvetica, sans-serif;
                z-index: 1000;
        }
        #imageFlow .title {
                font-size: 0.9em;
                font-weight: bold;
        }
        #imageFlow .legend {
                font-size: 0.8em;
        }
        #imageFlow .scrollbar {
                position: absolute;
                left: 10%;
                bottom: 10%;
                width: 80%;
                height: 16px;
                z-index: 1000;
        }
        #imageFlow .track {
                position: absolute;
                left: 1%;
                width: 98%;
                height: 16px;
                filter: alpha(opacity=30);
                opacity: 0.3;
        }
        #imageFlow .arrow-left {
                position: absolute;
        }
        #imageFlow .arrow-right {
                position: absolute;
                right: 0px;
        }
        #imageFlow .bar {
                position: absolute;
                height: 16px;
                left: 25px;
        }
</style>

javascript 带滚动条的图片查看特效(超酷)2
http://www.iscripts.org/forum.php?mod=viewthread&tid=322

javascript 带滚动条的图片查看特效(超酷)3
http://www.iscripts.org/forum.php?mod=viewthread&tid=323
分享到: QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
分享分享0 收藏收藏0
哈哈哈大笑三声!

Rank: 6Rank: 6

2#
Yisin 发表于 2011-7-13 07:41:24 来自手机 |只看该作者
嘿嘿 我也有收藏这个特效
路不好走,你却依旧满眼的爱,找不到理由...

使用道具 举报

Rank: 2

3#
嘟嘟 发表于 2011-7-13 08:18:52 |只看该作者
Yisin 发表于 2011-7-13 07:41
嘿嘿 我也有收藏这个特效

哇塞!知己耶
哈哈哈大笑三声!

使用道具 举报

您需要登录后才可以回帖 登录 | 加入学盟

手机版|Scripts 学盟   |

GMT+8, 2024-5-2 13:17 , Processed in 1.331062 second(s), 14 queries .

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

回顶部