?? 0121.htm
字號:
<!-- #BeginTemplate "/Templates/Js.dwt" -->
<HEAD>
<!-- #BeginEditable "doctitle" -->
<TITLE>酷的導航條</TITLE>
<!-- #EndEditable -->
<style>
.Rollover { behavior : url(js/imageRollover_js.htc) }
A:link { color:navy; text-decoration:none; }
A:visited { color:navy; text-decoration:none; }
A:hover { text-decoration:underline; }
</style>
<STYLE type=text/css>BODY {
MARGIN: 25px 25px 25px
}
#all TD {
FONT-SIZE: 12px; LINE-HEIGHT: 15px; FONT-FAMILY: "Verdana", "Arial","新宋體", "宋體"
}
INPUT {
FONT-SIZE: 12px; LINE-HEIGHT: 15px; FONT-FAMILY: "Verdana", "Arial","新宋體", "宋體"
}
SELECT {
FONT-SIZE: 12px; LINE-HEIGHT: 15px; FONT-FAMILY: "Verdana", "Arial","新宋體", "宋體"
}
P {
FONT-SIZE: 12px; LINE-HEIGHT: 15px; FONT-FAMILY: "Verdana", "Arial","新宋體", "宋體"
}
TEXTAREA {
FONT-SIZE: 12px; LINE-HEIGHT: 15px; FONT-FAMILY: "Verdana", "Arial","新宋體", "宋體"
}
#all A:active {
COLOR: #7d070c
}
#all A:visited {
COLOR: #7d070c
}
#all A:hover {
COLOR: #336699
}
#all A:link {
COLOR: #7d070c
}
</STYLE>
<SCRIPT language=JavaScript>
<!--
function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
function JM_cc(ob){
var obj=MM_findObj(ob); if (obj) {
obj.select();js=obj.createTextRange();js.execCommand("Copy");}
}
function MM_findObj(n, d) { //v4.0
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && document.getElementById) x=document.getElementById(n); return x;
}
//-->
</SCRIPT>
<META content="MSHTML 5.50.4134.600" name=GENERATOR>
</HEAD>
<BODY id=all text=#000000 bgColor=#336699>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TR bgColor=#ffffff>
<TD><IMG src="../images/sq_1.gif" width=11 height="14"></TD>
<TD width="100%"></TD>
<TD><IMG src="../images/sq_2.gif" width=11 height="14"></TD>
</TR>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TR bgColor=#ffffff>
<TD><IMG src="../../images/space.gif" width=11 height="1"></TD>
<TD width="100%">
<table width="100%" border="0" cellpadding="8">
<tr>
<td align="center">
<script language="JavaScript">
document.write("<font color=#7d070c style=\"font-size: 14px\">"+document.title+"</font>");
</script>
</td>
</tr>
<tr>
<td bgcolor="#f7f7f7"><!-- #BeginEditable "example" -->
<CENTER>
<TABLE border=1 cellpadding=0 cellspacing=0>
<tr>
<td>
<img src="img/back1.jpg" hoverSrc="img/back2.jpg" pressedSrc="img/back3.jpg" class="Rollover" ><img src="img/forward1.jpg" hoverSrc="img/forward2.jpg" pressedSrc="img/forward3.jpg" class="Rollover" ><img src="img/stop1.jpg" hoverSrc="img/stop2.jpg" pressedSrc="img/stop3.jpg" class="Rollover" ><img src="img/refresh1.jpg" hoverSrc="img/refresh2.jpg" pressedSrc="img/refresh3.jpg" class="Rollover" ><img src="img/home1.jpg" hoverSrc="img/home2.jpg" pressedSrc="img/home3.jpg" class="Rollover" ><img src="img/seperator.jpg" ><img src="img/search1.jpg" hoverSrc="img/search2.jpg" pressedSrc="img/search3.jpg" class="Rollover" ><img src="img/favorites1.jpg" hoverSrc="img/favorites2.jpg" pressedSrc="img/favorites3.jpg" class="Rollover" ><img src="img/history1.jpg" hoverSrc="img/history2.jpg" pressedSrc="img/history3.jpg" class="Rollover" ><img src="img/seperator.jpg" ><img src="img/mail1.jpg" hoverSrc="img/mail2.jpg" pressedSrc="img/mail3.jpg" class="Rollover" ><img src="img/print1.jpg" hoverSrc="img/print2.jpg" pressedSrc="img/print3.jpg" class="Rollover" ><img src="img/edit1.jpg" ><img src="img/discussion1.jpg" hoverSrc="img/discussion2.jpg" pressedSrc="img/discussion3.jpg" class="Rollover" >
</td>
</tr>
</TABLE>
</CENTER>
<!-- #EndEditable --></td>
</tr>
<tr>
<td><!-- #BeginEditable "code" -->1.將下面的代碼復制到 <body> 或者 <head>
內
<input type="button" name="Button" value="復制到我的剪貼板" onClick=JM_cc('js_1')>
<br>
<form name="form1" method="post" action="">
<textarea name="js_1" wrap="VIRTUAL" cols="80" rows="10"><STYLE>
.Rollover { behavior : url(imageRollover_js.htc) }
</STYLE></textarea>
</form>
<br>
2.插入圖片代碼<img src="back1.jpg" <font color="#990000">hoverSrc="back2.jpg"
pressedSrc="back3.jpg" class="Rollover"</font>><br>
注意紅色字體為要加入的部分,但你需要改寫 hoverSrc=鼠標放上時的圖片路徑 pressedSrc=鼠標按下時的圖片 注意:字母的大小寫<br>
<br>
3.點這里下載 <a href="js/imageRollover_js.htc.html" target="_blank">imageRollover_js.htc</a><!-- #EndEditable --></td>
</tr>
</table>
</TD>
<TD><IMG src="../../images/space.gif" width=11 height="1"></TD>
</TR>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TR bgColor=#ffffff>
<TD><IMG src="../images/sq_3.gif" width=11 height="14"></TD>
<TD width="100%"></TD>
<TD><IMG src="../images/sq_4.gif" width=11 height="14"></TD>
</TR>
</TABLE>
</BODY>
<!-- #EndTemplate -->
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -