找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 3265|回复: 17

却驻心间挖的墙角

  [复制链接]
发表于 2009-3-27 22:08:05 | 显示全部楼层 |阅读模式
<DIV style="BORDER-RIGHT: 1px solid; BORDER-TOP: 1px solid; OVERFLOW: auto; BORDER-right: 1px solid;
WIDTH: 377px; DIRECTION: rtl; BORDER-BOTTOM: 1px solid; HEIGHT: 62px">
<DIV style="FONT-SIZE: 12px; DIRECTION: ltr; LINE-HEIGHT: 16px">
<>文字</P></DIV></DIV>

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×
回复

使用道具 举报

 楼主| 发表于 2009-3-27 22:13:20 | 显示全部楼层
i believe

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×
回复

使用道具 举报

发表于 2009-3-27 22:37:45 | 显示全部楼层
心间,需要点击试播,我这里点击后显示可以正常播放~~:)
回复

使用道具 举报

发表于 2009-3-28 13:49:04 | 显示全部楼层
也来听听~~
回复

使用道具 举报

发表于 2009-3-31 23:06:19 | 显示全部楼层
问好三苏~~~:)
点试播就可以听了~
偶听一曲萨克斯就安了~~~晚安,心间/若离/如蓝。。。。
回复

使用道具 举报

 楼主| 发表于 2009-5-29 19:50:17 | 显示全部楼层

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×
回复

使用道具 举报

 楼主| 发表于 2009-5-29 20:31:25 | 显示全部楼层
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=gb2312&quot; /&gt;
&lt;title&gt;超酷超绚精美图片展示效果代码&lt;/title&gt;
&lt;meta http-equiv=&quot;imagetoolbar&quot; content=&quot;no&quot;&gt;
&lt;style type=&quot;text/css&quot;&gt;
    html {
        overflow: hidden;
    }
    body {
        margin: 0px;
        padding: 0px;
        background: #000;
        position: absolute;
        width: 100%;
        height: 100%;
        cursor: crosshair;
    }
    #box {
        position: absolute;
        background: #111;
        border: gray solid 1px;
        visibility: hidden;
    }
    #screen {
        position: absolute;
        left: 0px;
        width: 100%;
        top: 10%;
        height: 80%;
        background: #000;
        border: gray solid 1px;
    }
    #box img  {
        position: absolute;
        border: gray solid 1px;
        cursor: pointer;
    }
    #box span {
        position: absolute;
        color: #ccc;
        font-family: verdana;
        font-size: 12px;
        width: 200px;
    }
    #box a {
        text-decoration: none;
        color:#ff8000;
    }
    #box a:hover    {
        text-decoration: none;
        background:#ff8000;
        color:#ffffff;
    }
    #box a:visited {
        text-decoration: none;
        color:#ff8000;
    }
    #box a:visited:hover {
        text-decoration: none;
        background:#ff8000;
        color:#ffffff;
    }
    #lnk {
        visibility: hidden;
    }
&lt;/style&gt;
&lt;script type=&quot;text/javascript&quot;&gt;

document.onselectstart = new Function(&quot;return false&quot;);
O    = new Array();
box  = 0;
img  = 0;
txt  = 0;
tit  = 0;
W    = 0;
H    = 0;
nI   = 0;
sel  = 0;
si   = 0;
ZOOM = 0;
rImg = 0;
//////////////////
speed = .06; // animation speed
delay = .5; // 1 = no delay
//////////////////

function dText(){
    txt.style.textAlign = tit.style.textAlign = (sel&lt;nI/2)?&quot;left&quot;:&quot;right&quot;;
    txt.innerHTML = O[sel].tx;
    tit.innerHTML = O[sel].ti;
}

function CObj(n, s, x, tx, ti){
    this.n    = n;
    this.dim  = s;
    this.tx   = tx;
    this.ti   = ti;
    this.is   = img[n];
    this.vz   = 0;
    this.sx   = 0;
    this.x0   = x;
    this.x1   = 0;
    this.zo   = 0;
    this.over = function() {
        with(this){
            if(n!=sel){
                O[sel].dim = 100;
                O[n].dim = ZOOM * 100;
                sel = n;
                l = 0;
                for(k=0; k&lt;nI; k++){
                    O[k].x0 = l;
                    l += O[k].dim;
                }
                txt.innerHTML = tit.innerHTML = &quot;&quot;;
                setTimeout(&quot;dText()&quot;, 32);
            }
        }
    }
    this.anim = function () {
        with(this){
            vz  = speed*(vz+(x1-sx)*delay);
            x1 -= vz;
            sx  = (n==0)?0:O[n-1].x0+O[n-1].dim;
            zo -= (zo-dim)*speed;
            l   = (x1*si)+6*(n+1);
            w   = zo*si;
            is.style.left   = Math.round(l)+&#39;px&#39;;
            is.style.top    = Math.round((H-w*rImg)*.5)+&#39;px&#39;;
            is.style.width  = Math.round(w)+&#39;px&#39;;
            is.style.height = Math.round(w*rImg)+&#39;px&#39;;
            if(sel == n){
                if(sel&lt;nI*.5) {
                    tit.style.left = txt.style.left = Math.round(l+w+6)+&#39;px&#39;;
                } else {
                    tit.style.left = txt.style.left = Math.round(l-(nx*.25)-6)+&#39;px&#39;;
                }
                txt.style.top = Math.round(-(w*rImg)*.25)+&#39;px&#39;;
                tit.style.top = Math.round((w*rImg)*.33)+&#39;px&#39;;
            }
        }
    }
}

function run(){
    for(j in O)O[j].anim();
    setTimeout(&quot;run()&quot;, 16);
}

function doResize(){
    tit.style.width = Math.round(nx*.25)+&#39;px&#39;;
    txt.style.width = Math.round(nx*.25)+&#39;px&#39;;
    tit.style.fontSize = (nx/30)+&#39;px&#39;;
    txt.style.fontSize = (nx/70)+&#39;px&#39;;
    with(box.style){
        width  = Math.round(W)+&#39;px&#39;;
        height = Math.round(H)+&#39;px&#39;;
        left   = Math.round(nx/2-W/2)+&#39;px&#39;;
        top    = Math.round(ny/2-H/2)+&#39;px&#39;;
    }
}

function resize(){
    nx = scr.offsetWidth;
    ny = scr.offsetHeight;
    W  =  nx*90/100;
    si = (W-((nI+1)*6))/((ZOOM*100)+((nI-1)*100));
    H  = (100*si*rImg)+14;
    doResize();
}
onresize = resize;

onload = function(){
    scr = document.getElementById(&quot;screen&quot;);
    box = document.getElementById(&quot;box&quot;);
    tit = document.getElementById(&quot;tit&quot;);
    txt = document.getElementById(&quot;txt&quot;);
    img = box.getElementsByTagName(&quot;img&quot;);

    Lnk = document.getElementById(&quot;lnk&quot;).getElementsByTagName(&quot;a&quot;);
    nI  = img.length;
    ZOOM = nI;
    rImg = img[0].height/img[0].width;
    resize();
    s = ZOOM * 100;
    x = 0;
    tit.innerHTML = img[0].title;
    txt.innerHTML = img[0].alt;
    for(i=0; i&lt;nI; i++) {
        var t = img.alt;
        if(Lnk.href!=&quot;&quot;) t+=&#39;&lt;br&gt;&lt;a href=&quot;&#39;+Lnk.href+&#39;&quot;&gt;&#39;+Lnk.innerHTML+&#39;&lt;/a&gt;&#39;;
        O = new CObj(i, s, x, t, img.title);
        img.alt = &quot;&quot;;
        img.title = &quot;&quot;;
        img.onmousedown = new Function(&quot;return false;&quot;);
        img.onmouseover = new Function(&#39;O[&#39;+i+&#39;].over();&#39;);
        if(Lnk.href!=&quot;&quot;){
            /* ==== hyperlink ==== */
            img.onclick = new Function(&#39;window.open(&quot;&#39;+Lnk.href+&#39;&quot;,&quot;_blank&quot;);&#39;);
        }
        x += s;
        s = 100;
    }
    box.style.visibility = &quot;visible&quot;;
    run();
}
&lt;/script&gt;
&lt;/head&gt;

&lt;body&gt;

&lt;div id=&quot;screen&quot;&gt;
    &lt;div id=&quot;box&quot;&gt;
        &lt;img src=&quot;sto/1001.jpg&quot; title=&quot;explain&quot; alt=&quot;They explained a little about what they were doing.&quot;&gt;
        &lt;img src=&quot;sto/1002.jpg&quot; title=&quot;strain&quot; alt=&quot;I hoped I wouldn′t crack under the strain.&quot;&gt;
        &lt;img src=&quot;sto/1003.jpg&quot; title=&quot;retain&quot; alt=&quot;Clearly they were ready to do almost anything to retain their position.&quot;&gt;
        &lt;img src=&quot;sto/1004.jpg&quot; title=&quot;mundane&quot; alt=&quot;I observed the face of power at its most mundane.&quot;&gt;
        &lt;img src=&quot;sto/1005.jpg&quot; title=&quot;inhumane&quot; alt=&quot;But they couldn′t hide the very worst of their inhumane undertakings from the people.&quot;&gt;
        &lt;img src=&quot;sto/1006.jpg&quot; title=&quot;disdain&quot; alt=&quot;They showed their utter, complete disdain for justice.&quot;&gt;
        &lt;img src=&quot;sto/001.jpg&quot; title=&quot;never again&quot; alt=&quot;Never more. Never again.&quot;&gt;
        &lt;span id=&quot;txt&quot;&gt;&lt;/span&gt;&lt;span id=&quot;tit&quot;&gt;&lt;/span&gt;&lt;span id=&quot;lnk&quot;&gt;
        &lt;a href=&quot;http://www.dhteumeuleu.com&quot;&gt;www.dhteumeuleu.com&lt;/a&gt; &lt;a&gt;&lt;/a&gt;&lt;a&gt;
        &lt;/a&gt;&lt;a&gt;&lt;/a&gt;&lt;a&gt;&lt;/a&gt;&lt;a&gt;&lt;/a&gt;&lt;a&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;!-- crossbrowser images_loading_bar - Gerard Ferrandez - www.dhteumeuleu.com - Feb 2005 --&gt;
&lt;span id=&quot;LB0&quot; style=&quot;position:absolute;left:50%;top:50%;&quot;&gt;
&lt;span style=&quot;position:absolute;font-family:arial;font-size:10px;color:#FFFFFF;left:-50px;top:-18px&quot;&gt;
Loading...&lt;/span&gt;
&lt;span style=&quot;position:absolute;left:-50px;top:-5px;font-size:1px;width:100px;height:10px;background:#333&quot;&gt;
&lt;span id=&quot;LB1&quot; style=&quot;position:absolute;left:0px;top:0px;font-size:1px;width:0px;height:10px;background:#FFFFFF&quot;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;script&gt;m00=document.getElementById(&quot;box&quot;).getElementsByTagName(&quot;img&quot;);m01=m00.length;function images_loading_bar(){m02=0;for(i=0;i&lt;m01;i++)m02+=(m00.complete)?1:0;document.getElementById(&quot;LB1&quot;).style.width=Math.round(m02/m01*100)+&#39;px&#39;;if(m02==m01)setTimeout(&quot;document.getElementById(&#39;LB0&#39;).style.display=&#39;none&#39;&quot;,128); else setTimeout(&quot;images_loading_bar()&quot;, 64);};images_loading_bar();&lt;/script&gt;
&lt;!-- end of images_loading_bar code --&gt;

&lt;/body&gt;

&lt;/html&gt;
[code][/code]

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×
回复

使用道具 举报

 楼主| 发表于 2009-7-28 16:35:32 | 显示全部楼层
  1. [/code][code]
复制代码
  1. [/code][code]
复制代码
<table style=\"BORDER-BOTTOM: #d6085a 4px ridge; POSITION: relative; BORDER-LEFT: #d6085a 4px ridge; WIDTH: 700px; HEIGHT: 800px; BORDER-TOP: #d6085a 4px ridge; TOP: 0px; BORDER-RIGHT: #d6085a 4px ridge; LEFT: 0px\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#f3c102\"><tbody><tr><td><br /><br /><br /><br /><br /><br /><br /><table style=\"BORDER-BOTTOM: #d6085a 4px ridge; POSITION: absolute; FILTER: revealTrans progidXImageTransform&#46;Microsoft&#46;gradient(gradientType=1,startColorstr=#f3c102, endColorstr=#e9742e); BORDER-LEFT: #d6085a 4px ridge; WIDTH: 600px; HEIGHT: 700px; BORDER-TOP: #d6085a 4px ridge; TOP: 45px; BORDER-RIGHT: #d6085a 4px ridge; LEFT: 45px\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#000000\" align=\"center\"><tbody><tr><td><br /><br /><div style=\"OSITION: absolute; FILTER: glow(strength=1) mask(color=#880000) chroma(color=#880000); TOP: 150px; LEFT: 40px\"><font style=\"LINE-HEIGHT: 150%; WIDTH: 100%; FONT-FAMILY: 华文新魏; COLOR: #880000; FONT-SIZE: 60pt\"><b>星 期 ⑧ 音 乐</b></font></div></td></tr></tbody></table><br /><br /><br /><br /><br /><br /><br /><table style=\"BORDER-BOTTOM: #d6085a 4px ridge; POSITION: absolute; BORDER-LEFT: #d6085a 4px ridge; WIDTH: 40px; HEIGHT: 40px; BORDER-TOP: #d6085a 4px ridge; TOP: 0px; BORDER-RIGHT: #d6085a 4px ridge; LEFT: 0px\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#f3c102\" align=\"center\"><tbody><tr><td><p align=\"center\"><font color=\"#880000\" size=\"4\" face=\"楷体_GB2312\"><strong>音</strong></font></p></td></tr></tbody></table><br /><br /><table style=\"BORDER-BOTTOM: #d6085a 4px ridge; POSITION: absolute; BORDER-LEFT: #d6085a 4px ridge; WIDTH: 40px; HEIGHT: 40px; BORDER-TOP: #d6085a 4px ridge; TOP: 31px; BORDER-RIGHT: #d6085a 4px ridge; LEFT: 31px\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#f3c102\" align=\"center\"><tbody><tr><td><p align=\"center\"><font color=\"#880000\" size=\"4\" face=\"楷体_GB2312\"><strong>音</strong></font></p></td></tr></tbody></table><br /><br /><table style=\"BORDER-BOTTOM: #d6085a 4px ridge; POSITION: absolute; BORDER-LEFT: #d6085a 4px ridge; WIDTH: 40px; HEIGHT: 40px; BORDER-TOP: #d6085a 4px ridge; TOP: 0px; RIGHT: 0px; BORDER-RIGHT: #d6085a 4px ridge\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#f3c102\" align=\"center\"><tbody><tr><td><p align=\"center\"><font color=\"#880000\" size=\"4\" face=\"楷体_GB2312\"><strong>乐</strong></font></p></td></tr></tbody></table><br /><br /><table style=\"BORDER-BOTTOM: #d6085a 4px ridge; POSITION: absolute; BORDER-LEFT: #d6085a 4px ridge; WIDTH: 40px; HEIGHT: 40px; BORDER-TOP: #d6085a 4px ridge; TOP: 31px; RIGHT: 31px; BORDER-RIGHT: #d6085a 4px ridge\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#f3c102\" align=\"center\"><tbody><tr><td><p align=\"center\"><font color=\"#880000\" size=\"4\" face=\"楷体_GB2312\"><strong>乐</strong></font></p></td></tr></tbody></table><br /><br /><table style=\"BORDER-BOTTOM: #d6085a 4px ridge; POSITION: absolute; BORDER-LEFT: #d6085a 4px ridge; WIDTH: 40px; BOTTOM: 0px; HEIGHT: 40px; BORDER-TOP: #d6085a 4px ridge; BORDER-RIGHT: #d6085a 4px ridge; LEFT: 0px\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#f3c102\" align=\"center\"><tbody><tr><td><p align=\"center\"><font color=\"#880000\" size=\"4\" face=\"楷体_GB2312\"><strong>无</strong></font></p></td></tr></tbody></table><br /><br /><table style=\"BORDER-BOTTOM: #d6085a 4px ridge; POSITION: absolute; BORDER-LEFT: #d6085a 4px ridge; WIDTH: 40px; BOTTOM: 31px; HEIGHT: 40px; BORDER-TOP: #d6085a 4px ridge; BORDER-RIGHT: #d6085a 4px ridge; LEFT: 31px\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#f3c102\" align=\"center\"><tbody><tr><td><p align=\"center\"><font color=\"#880000\" size=\"4\" face=\"楷体_GB2312\"><strong>无</strong></font></p></td></tr></tbody></table><br /><br /><table style=\"BORDER-BOTTOM: #d6085a 4px ridge; POSITION: absolute; BORDER-LEFT: #d6085a 4px ridge; WIDTH: 40px; BOTTOM: 0px; HEIGHT: 40px; BORDER-TOP: #d6085a 4px ridge; RIGHT: 0px; BORDER-RIGHT: #d6085a 4px ridge\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#f3c102\" align=\"center\"><tbody><tr><td><font color=\"#880000\" size=\"4\" face=\"楷体_GB2312\"><strong>限</strong></font></td></tr></tbody></table><br /><br /><table style=\"BORDER-BOTTOM: #d6085a 4px ridge; POSITION: absolute; BORDER-LEFT: #d6085a 4px ridge; WIDTH: 40px; BOTTOM: 31px; HEIGHT: 40px; BORDER-TOP: #d6085a 4px ridge; RIGHT: 31px; BORDER-RIGHT: #d6085a 4px ridge\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#f3c102\" align=\"center\"><tbody><tr><td><p align=\"center\"><font color=\"#880000\" size=\"4\" face=\"楷体_GB2312\"><strong>限</strong></font></p></td></tr></tbody></table><br /><br /><br /></td></tr></tbody></table>
回复

使用道具 举报

发表于 2009-8-15 23:29:49 | 显示全部楼层
引用第12楼大漠孤烟于2009-08-14 22:28发表的  :
好听,好听,版主辛苦。偷走了。。。。
想想想想大漠兄偷东西的样子~~~~~~~~~
回复

使用道具 举报

 楼主| 发表于 2010-5-15 21:31:05 | 显示全部楼层

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|漫天雪文学论坛 ( 皖ICP备20001937 )

GMT+8, 2024-9-28 09:32 , Processed in 0.093330 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表