Board logo

标题: 送给湖水 [打印本页]

作者: megadeth    时间: 2005-9-7 16:23     标题: 送给湖水

[url]http://causlayer.51.net/other/index.htm[/url]
[url]http://causlayer.51.net/other/plus.gif[/url]
[url]http://causlayer.51.net/other/blank.gif[/url]

打开记事本,把下面代码拷进去就行了,然后改名字就ok了

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<script language=JavaScript1.2>
scores = new Array(20);
var numTotal=0;
NS4 = (document.layers) ? 1 : 0;
IE4 = (document.all) ? 1 : 0;
ver4 = (NS4 || IE4) ? 1 : 0;

if (ver4) {
    with (document) {
        write("<STYLE TYPE='text/css'>");
        if (NS4) {
            write(".parent {position:absolute; visibility:visible}");
            write(".child {position:absolute; visibility:visible}");
            write(".regular {position:absolute; visibility:visible}")
        }
        else {
            write(".child {display:none}")
        }
        write("</STYLE>");
    }
}

function getIndex(el) {
    ind = null;
    for (i=0; i<document.layers.length; i++) {
        whichEl = document.layers[i];
        if (whichEl.id == el) {
            ind = i;
            break;
        }
    }
    return ind;
}

function arrange() {
    nextY = document.layers[firstInd].pageY +document.layers[firstInd].document.height;
    for (i=firstInd+1; i<document.layers.length; i++) {
        whichEl = document.layers[i];
        if (whichEl.visibility != "hide") {
            whichEl.pageY = nextY;
            nextY += whichEl.document.height;
        }
    }
}

function initIt(){
    if (!ver4) return;
    if (NS4) {
        for (i=0; i<document.layers.length; i++) {
            whichEl = document.layers[i];
            if (whichEl.id.indexOf("Child") != -1) whichEl.visibility = "hide";
       }
        arrange();
    }
    else {
        divColl = document.all.tags("DIV");
        for (i=0; i<divColl.length; i++) {
            whichEl = divColl(i);
            if (whichEl.className == "child") whichEl.style.display = "none";
        }
    }
}

function expandIt(el) {
        if (!ver4) return;
    if (IE4) {
        whichEl1 = eval(el + "Child");
                for(i=1;i<=numTotal;i++){
                        whichEl = eval(scores[i] + "Child");
                        if(whichEl!=whichEl1) {
                                whichEl.style.display = "none";
                        }
                }
        whichEl1 = eval(el + "Child");
        if (whichEl1.style.display == "none") {
            whichEl1.style.display = "block";
        }
        else {
            whichEl1.style.display = "none";
        }
    }
    else {
        whichEl = eval("document." + el + "Child");
                for(i=1;i<=numTotal;i++){
                        whichEl = eval("document." + scores[i] + "Child");
                        if(whichEl!=whichEl1) {
                                whichEl.visibility = "hide";
                        }
                }
        if (whichEl.visibility == "hide") {
            whichEl.visibility = "show";
        }
        else {
            whichEl.visibility = "hide";
        }
        arrange();
    }
}
onload = initIt;
</script>
</head>

<body>

<div id=KB1Parent>
         <a onClick="expandIt('KB1');return false" href="#"><img src="plus.gif" border=0>97狼黄金自选集</a>
</div>
<div class=child id=KB1Child>
                <a href="#"><img src="blank.gif" border=0>97狼</a><br>
                <a href="#"><img src="blank.gif" border=0>爱情宣言</a><br>
                <a href="#"><img src="blank.gif" border=0>这一次我绝不放手</a><br>
                </div>
<div  id=KB2Parent>
         <a onClick="expandIt('KB2');return false" href="#"><img src="plus.gif" border=0>longer专辑</a>
</div>
<div class=child id=KB2Child>
                <a href="#"><img src="blank.gif" border=0>longer</a><br>
<a href="#"><img src="blank.gif" border=0>windflowers</a><br>
                <a href="#"><img src="blank.gif" border=0>run to me</a></div>
<div  id=KB3Parent>
         <a onClick="expandIt('KB3');return false" href="#"><img src="plus.gif" border=0>边界专辑</a>
</div>
<div class=child id=KB3Child>
                <a href="#"><img src="blank.gif" border=0>边界</a><br>
<a href="#"><img src="blank.gif" border=0>无情的雨无情的你</a><br>
                <a href="#"><img src="blank.gif" border=0>直到世界末日</a><br>
                <a href="#"><img src="blank.gif" border=0>紫雨</a><br>
</div>
<script>numTotal=3;scores[1]='KB1';scores[2]='KB2';scores[3]='KB3';</script>


</body>
</html>
下回就省事不用再做那么麻烦的菜单了:d(5:d(5:d(5:d(5:d(5
作者: sglr317    时间: 2005-9-7 17:05

谢谢!不过这什么呀,俺菜鸟,没看懂~~~
作者: megadeth    时间: 2005-9-7 17:30

记得上次做目录了吗?这样多方便啊
作者: 火柴遥遥    时间: 2005-9-7 20:24

好晕啊!!!!
作者: sglr317    时间: 2005-9-7 21:46

Originally posted by megadeth at 2005-9-7 17:30:
记得上次做目录了吗?这样多方便啊
除了一堆数字、字母,还是没看明白~~~~
作者: megadeth    时间: 2005-9-8 08:57

新建一个文本,然后把这些代码拷贝进去,然后把这个文本改名字叫index.htm
记得,文本的后缀是.txt,就是把.txt换成.htm,然后再打开这个.htm看一下
就知道,别忘了,把那两个.gif图片也下载到本机上,和.htm文件放到一个目录
下面。
作者: 日照雨下    时间: 2005-9-8 09:08

好黑呀,地下工作!
哼,看不懂。
作者: 花开为你    时间: 2005-9-9 09:26

这是做网页吗?
作者: megadeth    时间: 2005-9-9 09:44

http://causlayer.51.net/other/index.htm
这是最终效果,我的意思是说以后做菜单这不是有个摸板了吗
作者: sglr317    时间: 2005-9-9 09:55

Originally posted by megadeth at 2005-9-9 09:44:
http://causlayer.51.net/other/index.htm
这是最终效果,我的意思是说以后做菜单这不是有个摸板了吗
最终效果俺看到啦!也难为你了,感觉你在对牛弹琴。。。
作者: 晨安    时间: 2005-9-9 15:05

简直就像病毒引起得的乱码。哎,在电脑高手面前,我们真是…………
作者: landy    时间: 2005-9-12 19:13

不会吧,楼主跟各齐迷们都不知道湖水喜欢什么吗?

除了小哥,排老二的就是MM了....

建议楼上的送个MM给湖水是否像你说的那样???
作者: sglr317    时间: 2005-9-13 03:40

Originally posted by landy at 2005-9-12 19:13:
不会吧,楼主跟各齐迷们都不知道湖水喜欢什么吗?

除了小哥,排老二的就是MM了....

建议楼上的送个MM给湖水是否像你说的那样???
有MM?
作者: landy    时间: 2005-9-14 10:17

看"军人本色"马上现形了。。。。




欢迎光临 齐秦歌友会--中华齐秦歌迷俱乐部 (http://bbs.chyichin.net/) Powered by Discuz! 7.0.0