蓝雨 发表于 2009-4-25 17:35:18

个性鼠标右键菜单

后台风格模板,main_style,界面风格管理,Dvbbs.mainhtml(2),的最后

插入下面代码


<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: 180px; CURSOR: default; BORDER-BOTTOM: buttonhighlight 0px outset; FONT-FAMILY: Arial, Helvetica, sans-serif; POSITION: absolute; BACKGROUND-COLOR:#99cc00; TEXT-ALIGN: center
}
.menuitems {
PADDING-RIGHT: 10px; PADDING-LEFT: 10px
}
</style>
<script language=\"javascript\" src=\"inc/sbdyj.js\"></script>
<DIV class=skin1 id=ie5menu onmouseover=highlightie5() style=\"Z-INDEX: 10000; LEFT: 460px; VISIBILITY: hidden; TOP: 30px;Filter: Alpha(Opacity=90);\" onclick=jumptoie5(); onmouseout=lowlightie5()>
<DIV>
<TABLE class=tableborder1 cellspacing=\"1\" cellpadding=\"0\" style=\"width:100%\">
<TBODY>
<TR>
<th height=22 colspan=\"2\" align=center id=\"TableTitleLink\" scroll=\"no\">☆★☆欢迎来到蓝雨动力☆★☆</th></TR>
<TR>
<TD width=\"50%\" height=18 align=center class=tablebody1 ><a href=\"reg.asp\"><b><font color=#FF00FF>用户注册</font></b></a></TD>
<TD width=\"50%\" align=center class=tablebody1 ><a href=\"login.asp\">会员登陆</a> </TD>
</TR>
<TR>
<TD width=\"50%\" height=18 align=center class=tablebody1 ><A onclick=history.go(-1)>〖 后退 〗</A>
</TD>
<TD width=\"50%\" height=18 align=center class=tablebody1 ><A onclick=history.go(1)> 〖 前进 〗</A></TD>
</TR>
<TR>
<TD width=\"50%\" height=18 align=center vAlign=center class=\"tablebody1\" ><a href=\"#top\">返回顶部</a></TD>
<TD width=\"50%\" height=18 align=center vAlign=center class=\"tablebody1\" ><a href=\"usermanager.asp\">控制面板</a></TD>
</TR>
<TR>
<TD width=\"50%\" height=18 align=center vAlign=center class=\"tablebody1\" ><a onClick=javascript:location.reload()>刷新本页</a></TD>
<TD width=\"50%\" height=18 align=center vAlign=center class=\"tablebody1\" ><a href=\"query.asp?boardid=0\">搜索本站</a></TD>
</TR>
<TR>
<TD width=\"50%\" height=18 align=center class=tablebody1 ><a onMouseDown=javascript:document.execCommand(copy);>〖 复制 〗</a></TD>
<TD width=\"50%\" height=18 align=center class=tablebody1 ><a href=\"http://www.lanyudongli.com\">会员在线</a></TD>
</TR>
<TR>
<TD width=\"50%\" height=18 align=center class=tablebody1 ><a onMouseDown=javascript:document.execCommand(paste);>〖 粘贴 〗</a></TD>
<TD width=\"50%\" height=18 align=center class=tablebody1 ><a href=\"logout.asp\">安全退出</a></TD>
</TR>
<TR>
<TD width=\"50%\" height=18 align=center class=tablebody1 ><a onMouseDown=javascript:document.execCommand(cut);>〖 剪切 〗</a></TD>
<TD width=\"50%\" height=18 align=center class=tablebody1 ></TD>
</TR>
<TR>
<TD width=\"50%\" height=18 align=center vAlign=center class=tablebody1 ><a href=\"JavaScript:window.external.addFavorite(http://www.lanyudongli.com,蓝雨动力)\">加入收藏</a></TD>
<TD width=\"50%\" height=18 align=center vAlign=center class=tablebody1 > </TD>
</TR>
<TR>
<TD colspan=\"2\" width=\"100%\" height=18 align=center vAlign=center class=tablebody1 ><a href=\"http://www.lanyudongli.com\">
<b>蓝雨动力</b></a></TD></TR>
<TR>
<TD height=22 colspan=\"2\" align=center class=tablebody2 scroll=\"no\">
<a href=http://bbs.yerbar.com target=\"_blank\"><font face=Verdana, Arial, Helvetica, sans-serif size=1><b><font color=#CC0000>www.</font>lanyudongli<font color=#CC0000>.com</font></b></font></a></TD></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>

里面的部分链接地址自己修改就好了
页: [1]
查看完整版本: 个性鼠标右键菜单