WEB开发网
开发学院WEB开发PHP BBS(php & mysql)完整版(六) 阅读

BBS(php & mysql)完整版(六)

 2008-02-15 17:58:52 来源:WEB开发网   
核心提示:l.style.fontSize = menu.fontSize; l.style.backgroundColor = menu.menuItemBgColor; l.style.visibility = "inherit"; l.saveColor = menu.menuItemBgColor;

        l.style.fontSize = menu.fontSize;
        l.style.backgroundColor = menu.menuItemBgColor;
        l.style.visibility = "inherit";
        l.saveColor = menu.menuItemBgColor;
        l.menuHiliteBgColor = menu.menuHiliteBgColor;
        l.action = container.menus[x].actions[i];
        l.hilite = FIND("menuItemHilite" + menuCount);
        l.focusItem = FIND("focusItem" + x);
        l.focusItem.style.pixelTop = l.focusItem.style.top = -30;
        var childItem = FIND("childMenu" + menuCount);
        if (childItem) {
          l.childMenu = container.menus[x].items[i].menuLayer;
          childItem.style.pixelLeft = childItem.style.left = menu.menuItemWidth -11;
          childItem.style.pixelTop = childItem.style.top =(menu.menuItemHeight /2) -4;
          //childItem.style.pixelWidth = 30 || 7;
          //childItem.style.clip = "rect(0 7 7 3)";
          l.Menu.childMenus[l.Menu.childMenus.length] = l.childMenu;
        }
        var sep = FIND("menuSeparator" + menuCount);
        if (sep) {
          sep.style.clip = "rect(0 " + (menu.menuItemWidth - 3) + " 1 0)";

上一页  1 2 3 4 5 6 7 8  下一页

Tags:BBS php mysql

编辑录入:coldstar [复制链接] [打 印]
赞助商链接