?? photo_viewer.htm
字號:
<html>
<head>
<title>VHDL芯片設計</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
A{TEXT-DECORATION: none;}
A:hover{COLOR: #FF00FF;}
A:link {color: #205064;}
A:visited {color: #205064;}
BODY
{
background:url(Skin/2/bg01.gif);background-position: center;
FONT-FAMILY: 宋體;FONT-SIZE: 9pt;
color: #000000;
text-decoration: none;
SCROLLBAR-FACE-COLOR: #f7fef6;
SCROLLBAR-HIGHLIGHT-COLOR: #B4C4D4; SCROLLBAR-SHADOW-COLOR: #B4C4D4; SCROLLBAR-3DLIGHT-COLOR: #f7fef6; SCROLLBAR-ARROW-COLOR: #ff0000; SCROLLBAR-TRACK-COLOR: #f7fef6; SCROLLBAR-DARKSHADOW-COLOR: #cdcbe2;
}
TD
{
FONT-FAMILY: 宋體; FONT-SIZE: 9pt;
color: #003366;
line-height: 150%;
}
Input
{
BACKGROUND-COLOR: #DFE6EE;
BORDER-BOTTOM: #89a5e6 1px solid;
BORDER-LEFT: #89a5e6 1px solid;
BORDER-RIGHT: #89a5e6 1px solid;
BORDER-TOP: #89a5e6 1px solid;
COLOR: #205064;
HEIGHT: 18px;
border-color: #B2C2D7 #B2C2D7 #B2C2D7 #B2C2D7; font-size: 9pt
}
Button
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}
Select
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}
.border
{
border:#ffffff 1px solid ;background:#EDF1F6;
}
.border2
{
background:#DFE6EE;
BORDER-bottom: #B2C2D7 1px solid;
}
.title_txt
{
background:#000000;
}
.title
{
background:url(Skin/2/title_left.gif);height: 22;
}
.tdbg
{
background:#DFE6EE;
}
.txt_css
{
background:url(Skin/2/txt_css.gif);height: 36;
}
.title_lefttxt
{
color: #333333; filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1)
}
.title_left
{
background:url(Skin/2/title_left.gif);height: 22;
}
.tdbg_left
{
background:#DFE6EE;
}
.title_left2
{
background:#DFE6EE;
}
.tdbg_left2
{
}
.tdbg_leftall
{
background:#DFE6EE;
BORDER-right: #B2C2D7 1px solid;
}
.title_maintxt
{
color: #000000; filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1)
}
.title_main
{
background:url(Skin/2/title_main.gif);height: 22;
}
.tdbg_main
{
background:url(Skin/2/tdbg_main2.GIF);line-height: 100%;
}
.title_main2
{
background:#B2C2D7;background:url(Skin/2/maintop.gif);height: 202;
}
.tdbg_main2
{
background:url(Skin/2/tdbg_main3.GIF);height: 27;
}
.tdbg_mainall
{
background:url(Skin/2/kt01-p1.GIF);
}
.title_righttxt
{
color: #333333; filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1)
}
.title_right
{
background:url(Skin/2/title_left.gif);height: 22;
}
.tdbg_right
{
background:#ffffff;
}
.title_right2
{
background:url(Skin/2/title_main1.gif);height: 22;
}
.tdbg_right2
{
background:url(Skin/2/title_main2.gif);height: 22;
}
.tdbg_rightall
{
background:#B4C4D4;
}
.topborder
{
background-image: url(Skin/2/topborder.gif);
}
.nav_top
{
background-image: url(Skin/2/nav_top.gif);height:25;
}
.nav_main
{
line-height: 150%;background:url(Skin/2/nav_main.jpg);
line-height: 150%;height: 125;
}
.nav_bottom
{
background-image: url(Skin/2/bottombg_2.gif);
}
.nav_menu
{
background:url(Skin/2/nav_menu.gif);height: 24;
}
.menu
{
background-color: #B2C2D7;
width:90%;border: 1px;
}
td.MenuBody
{
background-color: #F6F6F6;
}
</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
function HideMenu()
{
var mX;
var mY;
var vDiv;
var mDiv;
if (isvisible == true)
{
vDiv = document.all("menuDiv");
mX = window.event.clientX + document.body.scrollLeft;
mY = window.event.clientY + document.body.scrollTop;
if ((mX < parseInt(vDiv.style.left)) || (mX > parseInt(vDiv.style.left)+vDiv.offsetWidth) || (mY < parseInt(vDiv.style.top)-h) || (mY > parseInt(vDiv.style.top)+vDiv.offsetHeight)){
vDiv.style.visibility = "hidden";
isvisible = false;
}
}
}
function ShowMenu(vMnuCode,tWidth) {
vSrc = window.event.srcElement;
vMnuCode = "<table id='submenu' cellspacing=1 cellpadding=3 style='width:"+tWidth+"' class=menu onmouseout='HideMenu()'><tr height=23><td nowrap align=left class=MenuBody>" + vMnuCode + "</td></tr></table>";
h = vSrc.offsetHeight;
w = vSrc.offsetWidth;
l = vSrc.offsetLeft + leftMar+4;
t = vSrc.offsetTop + topMar + h + space-2;
vParent = vSrc.offsetParent;
while (vParent.tagName.toUpperCase() != "BODY")
{
l += vParent.offsetLeft;
t += vParent.offsetTop;
vParent = vParent.offsetParent;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -