网站首页  汉语字词  英语词汇  考试资料  写作素材  旧版资料

请输入您要查询的考试资料:

 

标题 仿qq下拉表
内容
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "">
    <html xmlns="" xml:lang="UTF-8" lang="UTF-8">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="Content-Language" content="UTF-8" />
    <title>后台管理</title>
    <style type="text/css">
    body {margin:0;text-align:center;color:#000;font:normal 12px Arial,Verdana,Tahoma;text-align:center;background:#C8D0D5;line-height:150%;}
    a:link,a:visited {color:#385065;text-decoration:none}
    a:hover {text-decoration:underline}
    #menu {width:150px;margin:0px 15px;padding:0px;text-align:left;list-style:none}
    #menu .item {margin:5px 0px;padding:0px;list-style:none}
    a.title:link, a.title:visited, a.title:hover {display:block;background:url(<a href="/Upfiles/BeyondPic/2008-03/20083250264119367.gif) no-repeat;color:#385065;font-weight:bold;padding:2px 0 0 22px;width:128px;line-height:23px;cursor:pointer;text-decoration:none}
    #menu .item ul {border:1px solid #9FACB7;margin:0;width:118px;padding:3px 0px 3px 30px;background:#fff;list-style:none;display:none}
    #menu .item ul li {display:block;}
    </style>
    <script language="javascript" type="text/javascript">
    // --- 获取ClassName
    document.getElementsByClassName = function(cl) {
    var retnode = [];
    var myclass = new RegExp('\\b'+cl+'\\b');
    var elem = this.getElementsByTagName('*');
    for (var j = 0; j < elem.length; j++) {
    var classes = elem[j].className;
    if (myclass.test(classes)) retnode.push(elem[j]);
    }
    return retnode;
    }
    // --- 隐藏所有
    function HideAll() {
    var items = document.getElementsByClassName("optiton");
    for (var j=0; j<items.length; j++) {
    items[j].style.display = "none";
    }
    }
    // --- 设置cookie
    function setCookie(sName,sValue,expireHours) {
    var cookieString = sName + "=" + escape(sValue);
    //;判断是否设置过期时间
    if (expireHours>0) {
    var date = new Date();
    date.setTime(date.getTime + expireHours * 3600 * 1000);
    cookieString = cookieString + "; expire=" + date.toGMTString();
    }
    document.cookie = cookieString;
    }
    //--- 获取cookie
    function getCookie(sName) {
    var aCookie = document.cookie.split("; ");
    for (var j=0; j < aCookie.length; j++){
    var aCrumb = aCookie[j].split("=");
    if (escape(sName) == aCrumb[0])
    return unescape(aCrumb[1]);
    }
    return null;
    }
    window.onload = function() {
    var show_item = "opt_1";
    if (getCookie("show_item") != null) {
    show_item= "opt_" + getCookie("show_item");
    }
    document.getElementById(show_item).style.display = "block";
    var items = document.getElementsByClassName("title");
    for (var j=0; j<items.length; j++) {
    items[j].onclick = function() {
    var o = document.getElementById("opt_" + this.name);
    if (o.style.display != "block") {
    HideAll();
    o.style.display = "block";
    setCookie("show_item",this.name);
    }
    else {
    o.style.display = "none";
    }
    }
    }
    }
    </script>
    </head>
    <body>
    <ul id="menu">
    <li><a href="javascript:void(0)" name="1">仿qq下拉表1</a>
    <ul id="opt_1">
    <li><a href="#">仿qq下拉表2</a></li>
    <li><a href="#">仿qq下拉表3</a></li>
    </ul>
    </li>
    <li><a href="javascript:void(0)" name="2">仿qq下拉表4</a>
    <ul id="opt_2">
    <li><a href="#">仿qq下拉表5</a></li>
    <li><a href="#">仿qq下拉表</a></li>
    </ul>
    </li>
    <li><a href="javascript:void(0)" name="3">仿qq下拉表4</a>
    <ul id="opt_3">
    <li><a href="#">仿qq下拉表5</a></li>
    <li><a href="#">仿qq下拉表6</a></li>
    <li><a href="#">仿qq下拉表7</a></li>
    <li><a href="#">仿qq下拉表8</a></li>
    </ul>
    </li>
    </ul>
    </body>
    </html>
随便看

 

在线学习网考试资料包含高考、自考、专升本考试、人事考试、公务员考试、大学生村官考试、特岗教师招聘考试、事业单位招聘考试、企业人才招聘、银行招聘、教师招聘、农村信用社招聘、各类资格证书考试等各类考试资料。

 

Copyright © 2002-2024 cuapp.net All Rights Reserved
更新时间:2025/5/19 1:51:33