📄 config.js
字号:
//Author: Younes Bouab//Date: 05-02-02//Title: Menu Configuration: Config.js////Copyright: Younes Bouab 2001 //Technical Support: bouaby@SUPEReDITION.com/////////////////////////////////////////////////////////////////////////////////////////Copyright (c) 2002 Younes Bouab (www.SUPEReDITION.com) Version 1.0////Eperience the DHTML Menu - Get it at www.SUPEReDITION.com////This script can be used freely as long as all copyright messages are intact.////Menu HomePage: http://www.superedition.com/Main.asp?Page=Tutorials&query=Javascript////////////////////////////////////////////////////////////////////////////////////////Menu Configuration File//////////////////////////////////////////////////////You can change the value of a variable /////below or turn it off by making it equal "" /////to suit your needs, but you should not/////delete any variable.////////////////////////////////////////////////**********************************************///Menu Type: Do Not Change! /**********************************************/MENU_TYPE=2; //1: Horizental //2: VerticalSort=0; //Sort: When set to 1, the //menu items are sorted according //to the index value. This feature //can be used when a server side //language (asp. jsp. php,...) //is used to generate the menu items //from a database and they are not always //in order. /**********************************************///Menu Starting point/**********************************************/TOP=185;LEFT=18;/**********************************************///Menu item Dimension/**********************************************/WIDTH=170;HEIGHT=20;/**********************************************///Layers Alignment/**********************************************/HALIGN="LEFT";VALIGN="TOP";/**********************************************///Global Menu Settings for all/**********************************************///Main Menu Items//LayerColor="#ccccdd";//LayerRollColor="#9999cc";LayerColor ="#eeeeff";LayerRollColor ="#9999cc"; FONT="Verdana";FONTSIZE="1";FONTSTYLE="" // "": Normal, "B": Bold, "I": ItalicFONTCOLOR="#000033";ROLL_FONTCOLOR="#FFFFFF";START_CHAR=" "; //Starting Character//START_CHAR="-"; //Starting Character/**********************************************///Main Parent Settings: Optional // leave empty "", if you would like to use // the Global Menu Settings above/**********************************************/Main_Parent_LayerColor ="#ccccdd";Main_Parent_LayerRollColor ="#9999cc";//Main_Parent_LayerColor="#aaaabb";//Main_Parent_LayerRollColor="#666699"; Main_Parent_FONT="Verdana";Main_Parent_FONTSTYLE="";Main_Parent_FONTSIZE="2"; // 2Main_Parent_FONTCOLOR="";Main_Parent_ROLL_FONTCOLOR="";//Main_Parent_START_CHAR="";Main_Parent_START_CHAR="<img src='../img/bluarrow.gif' border='0' width='7' height='11'> ";//Main_Parent_START_CHAR=" ";/**********************************************///Layer Border Properties/**********************************************/LayerBorderSize="1";LayerBorderStyle="solid";LayerBorderColor="#333366";//LayerBorderColor="#0000FF";/**********************************************///Menu Children Offsets/**********************************************/TOP_OFFSET=5;LEFT_OFFSET=140;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -