📄 鼠标右键菜单2.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0032)http://js.wanxu.com/menu/07c.htm -->
<HTML><HEAD><TITLE>鼠标右键菜单</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META http-equiv=目录类型 content="文本/html; 字符集=gb2312">
<STYLE type=text/css>A {
COLOR: white; FONT-STYLE: normal; TEXT-DECORATION: none
}
A:hover {
BACKGROUND: red; COLOR: yellow; FONT-STYLE: normal; TEXT-DECORATION: none
}
A:active {
COLOR: yellow; FONT-STYLE: normal; TEXT-DECORATION: none
}
.white {
COLOR: #ffffff
}
TABLE {
FONT-SIZE: 9pt
}
</STYLE>
<LINK href="鼠标右键菜单2.files/style.css" rel=stylesheet>
<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY bgColor=#009900 leftMargin=0 topMargin=0>
<FORM name=form>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR bgColor=#009900>
<TD colSpan=3 height=18> </TD></TR>
<TR>
<TD width=18 bgColor=#009900></TD>
<TD vAlign=top align=middle bgColor=#ffffff><BR>
<TABLE height=355 cellSpacing=0 cellPadding=0 width="56%" border=0>
<TBODY>
<TR>
<TD vAlign=top width=16 rowSpan=2>
<TABLE class=white style="FONT-SIZE: 11pt" cellSpacing=0
cellPadding=0 width="100%" border=0>
<TBODY>
<TR borderColor=#336699 bgColor=#336699>
<TD
style="BORDER-RIGHT: double; BORDER-TOP: double; BORDER-LEFT: double; BORDER-BOTTOM: double"
height=70><STRONG><A
href="http://js.wanxu.com/menu/07.htm">演<BR><BR>示</A></STRONG></TD></TR>
<TR borderColor=#009900 bgColor=#009900>
<TD
style="BORDER-RIGHT: double; BORDER-TOP: double; BORDER-LEFT: double; BORDER-BOTTOM: double"
height=70><STRONG><A
href="http://js.wanxu.com/menu/07c.htm">源<BR>代<BR>码</A></STRONG></TD></TR></TBODY></TABLE></TD>
<TD width=8 bgColor=#009900 rowSpan=2> </TD>
<TD
style="BORDER-RIGHT: double; BORDER-TOP: double; FONT-SIZE: 12pt; BORDER-LEFT: double; BORDER-BOTTOM: double"
vAlign=top borderColor=#009900 align=middle>
<SCRIPT language=JavaScript><!--hidefunction view(form){msg=open("","DisplayWindow","status=1,left=0,top=0,height=320,width=790,");msg.document.write(form.code2.value);}function CodeOut(form){var txt1="<html><title>效果演示</title><head></head><body onblur=window.close() onmouseover=javascript:close()><font color=red>提醒:按F5刷新本页看下面效果。</font><br><br>";txt=""+form.a.value+""+form.b.value+""+form.c.value+"";txt2="</body></html>"; form.Code.value=txt;form.code2.value=txt1 + txt + txt2;}<!--></SCRIPT>
<INPUT type=hidden name=code2> <BR><B>鼠标右键菜单</B>
<HR align=center width="92%" SIZE=1>
<TABLE cellSpacing=0 cellPadding=0 width="81%">
<TBODY>
<TR>
<TD colSpan=2 height=30>提示:将代码中相应的文本改为你想要显示的文本! </TD></TR>
<TR>
<TD align=middle colSpan=2> </TD></TR>
<TR>
<TD colSpan=2
height=20>注释:放在<body>与</body>之间</TD></TR>
<TR>
<TD colSpan=2>
<P><TEXTAREA class=pt9 onmouseover=this.focus() style="BACKGROUND-COLOR: #009900" onfocus=this.select() name=Code rows=6 wrap=VIRTUAL cols=50><STYLE>.skin0 {
BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; VISIBILITY: hidden; BORDER-LEFT: black 1px solid; WIDTH: 150px; CURSOR: default; LINE-HEIGHT: 1px; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: Verdana; POSITION: absolute; BACKGROUND-COLOR: black; TEXT-ALIGN: left
}
.skin1 {
BORDER-RIGHT: buttonhighlight 0px outset; BORDER-TOP: buttonhighlight 0px outset; FONT-SIZE: 9pt; VISIBILITY: hidden; BORDER-LEFT: buttonhighlight 0px outset; WIDTH: 120px; CURSOR: default; BORDER-BOTTOM: buttonhighlight 0px outset; FONT-FAMILY: Arial, Helvetica, sans-serif; POSITION: absolute; BACKGROUND-COLOR: #000000; TEXT-ALIGN: center
}
.menuitems {
PADDING-RIGHT: 10px; PADDING-LEFT: 10px
}
</STYLE>
<SCRIPT language=JavaScript1.2>
<!-- Begin
var menuskin = "skin1"; // skin0, or skin1
var display_url = 0; // Show URLs in status bar?
function showmenuie5() {
var rightedge = document.body.clientWidth-event.clientX;
var bottomedge = document.body.clientHeight-event.clientY;
if (rightedge < ie5menu.offsetWidth)
ie5menu.style.left = document.body.scrollLeft + event.clientX - ie5menu.offsetWidth;
else
ie5menu.style.left = document.body.scrollLeft + event.clientX;
if (bottomedge < ie5menu.offsetHeight)
ie5menu.style.top = document.body.scrollTop + event.clientY - ie5menu.offsetHeight;
else
ie5menu.style.top = document.body.scrollTop + event.clientY;
ie5menu.style.visibility = "visible";
return false;
}
function hidemenuie5() {
ie5menu.style.visibility = "hidden";
}
function highlightie5() {
if (event.srcElement.className == "menuitems") {
event.srcElement.style.backgroundColor = "highlight";
event.srcElement.style.color = "white";
if (display_url)
window.status = event.srcElement.url;
}
}
function lowlightie5() {
if (event.srcElement.className == "menuitems") {
event.srcElement.style.backgroundColor = "";
event.srcElement.style.color = "black";
window.status = "";
}
}
function jumptoie5() {
if (event.srcElement.className == "menuitems") {
if (event.srcElement.getAttribute("target") != null)
window.open(event.srcElement.url, event.srcElement.getAttribute("target"));
else
window.location = event.srcElement.url;
}
}
// End -->
</SCRIPT>
<DIV class=skin0 id=ie5menu onmouseover=highlightie5()
style="LEFT: 280px; TOP: 28px" onclick=jumptoie5(); onmouseout=lowlightie5()>
<DIV>
<TABLE height="97%" cellSpacing=1 cellPadding=0 width="98%" align=center
bgColor=#000000>
<TBODY>
<TR>
<a href="http://www.wanxu.com" target=_blank><TD
onmouseover="this.style.backgroundColor='#999900'; this.style.cursor='hand';"
onmouseout="this.style.backgroundColor='#99cc33';" bgColor=#99cc00 height=20
scroll="no" onload="window.defaultStatus='00009876.4567.net';">
<CENTER><BR>万旭首页<br><br></CENTER></TD></a></TR>
<TR>
<a href="http://js.wanxu.com" target=_blank><TD
onmouseover="this.style.backgroundColor='#ff9900'; this.style.cursor='e-resize';"
onmouseout="this.style.backgroundColor='#ffcc00';" bgColor=#ffcc00
height=20>
<CENTER><br>
万旭特效
<br><br></CENTER></TD></a></TR>
<TR>
<A href="http://js.wanxu.com/menu/07.htm" target=_blank><TD
onmouseover="this.style.backgroundColor='#ff6633'; this.style.cursor='e-resize';"
onmouseout="this.style.backgroundColor='#ff9900';" vAlign=center
bgColor=#ff9900>
<br><CENTER>演示 <br><br>
</CENTER></TD></A></TR>
<TR><A
href="http://js.wanxu.com/menu/07c.htm">
<TD
onmouseover="this.style.backgroundColor='#ff9900'; this.style.cursor='e-resize';"
onmouseout="this.style.backgroundColor='#ffcc00';" vAlign=center
bgColor=#ffcc00>
<br><CENTER>源代码</CENTER><br></TD></A></TR>
</TBODY></TABLE></DIV></DIV>
<SCRIPT language=JavaScript1.2>
if (document.all && window.print) {
ie5menu.className = menuskin;
document.oncontextmenu = showmenuie5;
document.body.onclick = hidemenuie5;
}
</SCRIPT>
</TEXTAREA> </P></TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD class=white bgColor=#009900 height=20>当前位置:<A
href="http://www.wanxu.com/">首 页</A>→<A
href="http://js.wanxu.com/">网页特效</A>→<A
href="http://js.wanxu.com/menu/index.htm#12">文本特效类</A>→鼠标右键菜单</TD></TR></TBODY></TABLE><BR></TD>
<TD width=18 bgColor=#009900></TD></TR>
<TR bgColor=#009900>
<TD></TD>
<TD align=middle height=35><FONT color=#ffffff><A
href="mailto:pc728@wanxu.com">··万旭网站工作室 设计发布··</A></FONT></TD>
<TD> </TD></TR></TBODY></TABLE></FORM></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -