📄 級進滑桿效果.htm
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> new document </title>
<meta http-equiv="Content-Type" content="text/html; charset=big5" />
<style type="text/css">
body {font-size:12px}
.cursorbox ul { height:55px;float:left;list-style:none}
.cursorbox li {float:left;background:url(pipebg.gif) repeat-x left 1px; height:55px;}
.cursorbox li a {display:block; padding:2.2em 1.5em 0 1.5em; float:left; color:#999; text-decoration:none; font-weight:bold; margin:1px;}
.cursorbox li a.defaultProc{background:url(cursor.gif) no-repeat center top; color:#000;}
.cursorbox li.arrow {background:url(arrow.gif) no-repeat right 1px; width:13px; height:23px;}
</style>
<script type="text/javascript" src="myJSFrame.js"></script>
<script type="text/javascript">
function selectThisProc(obj){
$("#cursorbox a").each(function(n){n.removeClassName("defaultProc");if(obj==n){n.addClassName("defaultProc");}})
}
</script>
</head>
<body>
<h1>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -