📄 通用菜单生成程序.htm
字号:
<!--STATUS OK--><form action=http://www.baidu.com/baidu><table bgcolor=ffffff border=0 width=100% cellpadding=0><tr><td width=254><a href=http://www.baidu.com><img src=http://img.baidu.com/images/logo_kz.gif border=0></a><td><font size=-1 color=black><input type=hidden name=tn value=baidu><input name=word size=30 style="font-size:16px;font-family:Verdana,Arial,Helvetica,sans-serif;"> <input type=submit value=百度搜索></font></td></tr><tr><td colspan=2><font size=-1 color=black>您的查询字词都已标明如下:<B style='color:black;background-color:#ffff66'><a href=#0>key_</a> </B><B style='color:black;background-color:#99ff99'><a href=#2>enter</a> </B><B style='color:black;background-color:#ff9999'><a href=#3>curses</a> </B> (点击查询词,可以跳到它在文中首次出现的位置)<br><font color=gray>(百度和网页<a href="http://unix-cd.com/article/ShowArticle.asp?ArticleID=631"><font color=blue>http://unix-cd.com/article/ShowArticle.asp?ArticleID=631</font></a>的作者无关,不对其内容负责。)</font></font></td></tr></table></form><hr><base href="http://unix-cd.com/article/ShowArticle.asp?ArticleID=631"><meta http-equiv="Content-Type" Content="text/html; charset=gb2312">
<html>
<head>
<title>Unix爱好者 >> 文章中心 >> 操作系统 >> 程序设计 >> C程序 >> 通用菜单生成程序</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
A{TEXT-DECORATION: none;}
A:hover{COLOR: #CC0000;}
A:link {color: #3D5A83;}
A:visited {color: #3D5A83;}
BODY
{
FONT-SIZE: 9pt;background:#f6f6f6
}
TD
{
FONT-FAMILY:宋体;FONT-SIZE: 9pt;line-height: 150%;
}
Input
{
BACKGROUND-COLOR: #EAF1FB;
BORDER-BOTTOM: #89a5e6 1px solid;
BORDER-LEFT: #89a5e6 1px solid;
BORDER-RIGHT: #89a5e6 1px solid;
BORDER-TOP: #89a5e6 1px solid;
COLOR: #082D71;
HEIGHT: 18px;
border-color: #082D71 #082D71 #082D71 #082D72; font-size: 9pt
}
Button
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}
Select
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}
.border
{
border: 1px solid #6687BA;
}
.border2
{
background:#ffffff;BORDER-bottom: #6687BA 1px solid;
}
.title_txt
{
background:url(Skin/1/topBar_bg_20.gif);
}
.title
{
background:url(Skin/1/title.gif);height: 22;
}
.tdbg
{
background:#ffffff;line-height: 150%;
}
.txt_css
{
background:#EAF1FB
}
.title_lefttxt
{
filter:Glow(Color=#ffffff, Strength=5)
}
.title_left
{
background:url(Skin/1/title_left.gif);height: 26;
}
.tdbg_left
{
background:#EAF1FB
line-height: 150%;
}
.title_left2
{
background:#EAF1FB;
}
.tdbg_left2
{
background:url(Skin/1/tdbg_left2.gif);height: 13;
}
.tdbg_leftall
{
background:#EAF1FB;BORDER-left: #6687BA 1px solid; BORDER-right: #6687BA 1px solid;
}
.title_maintxt
{
filter:DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1)
}
.title_main
{
background:url(Skin/1/title_main.gif);height: 22;
}
.tdbg_main
{
background:url(Skin/1/tdbg_main2.GIF);line-height: 100%;
}
.title_main2
{
background:url(Skin/1/maintop.gif);height: 202;
}
.tdbg_main2
{
background:url(Skin/1/tdbg_main3.GIF);height: 27;
}
.tdbg_mainall
{
background:url(Skin/1/kt01-p1.GIF);
}
.title_righttxt
{
filter:Glow(Color=#ffffff, Strength=5)
}
.title_right
{
background:url(Skin/1/title_right.gif);height: 26;
}
.tdbg_right
{
background:#F7F9FD;
}
.title_right2
{
background:#ffffff;
}
.tdbg_right2
{
background:#EAF1FB;
}
.tdbg_rightall
{
background:#F7F9FD;BORDER-left: #6687BA 1px solid; BORDER-right: #6687BA 1px solid;
}
.topborder
{
border-right: 1px solid #6687BA;border-left: 1px solid #6687BA;border-bottom: 1px solid #6595D6;width: 760px;background:#FFFFFF;
}
.nav_top
{
background-image: url(Skin/1/nav_top.gif);height: 23;
}
.nav_main
{
background:#ffffff
line-height: 150%;
}
.nav_bottom
{
background-image: url(Skin/1/nav_bottom.gif);
}
.nav_menu
{
background:url(Skin/1/nav_menu.gif);
}
.menu
{
background-color: #F0F9FF;width:97%;border: 1px;
}
td.MenuBody
{
background-color: #F0F9FF;
}
</style>
<script language="JavaScript" type="text/JavaScript">
//下拉菜单相关代码
var h;
var w;
var l;
var t;
var topMar = 1;
var leftMar = -2;
var space = 1;
var isvisible;
var MENU_SHADOW_COLOR='#999999';//定义下拉菜单阴影色
var global = window.document
global.fo_currentMenu = null
global.fo_shadows = new Array
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -