代码语言
.
CSharp
.
JS
Java
Asp.Net
C
MSSQL
PHP
Css
PLSQL
Python
Shell
EBS
ASP
Perl
ObjC
VB.Net
VBS
MYSQL
GO
Delphi
AS
DB2
Domino
Rails
ActionScript
Scala
代码分类
文件
系统
字符串
数据库
网络相关
图形/GUI
多媒体
算法
游戏
Jquery
Extjs
Android
HTML5
菜单
网页交互
WinForm
控件
企业应用
安全与加密
脚本/批处理
开放平台
其它
【
Css
】
新浪博客左侧的Blog管理菜单
作者:
Dezai.CN
/ 发布于
2012/4/17
/
494
<div><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>新浪博客左侧的管理菜单</title> <style type="text/css"> <!-- body{margin:0;padding:0;background:url("<a href="http://www.6a8a.com/images/0601/bg.gif">http://www.6a8a.com/images/0601/bg.gif</a>")} body, td{font-size:12px} .menu_box_pad{background:#fdf9d5;padding:0 2px 2px 2px} .menu_box{border-top:1px solid #ababab;border-left:1px solid #ababab;border-right:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6} .menu_box th{background:url('http://www.6a8a.com/images/0601/menu_list_icon.gif') no-repeat center;line-height:22px;width:10px} /* <a href="http://www.6a8a.com*/">www.6a8a.com*/</a> .menu_box td{background:url('http://www.6a8a.com/images/0601/menu_list_split.gif') no-repeat left bottom;line-height:20px} .menu_box a{text-decoration:none;color:#000} .menu_box a:hover{text-decoration:underline} .hand{cursor:hand;cursor:pointer} .ctrl_menu{border-left:1px solid #767676;border-bottom:1px solid #767676;border-right:1px solid #767676;background:#ffcf60} .ctrl_menu_title{padding-left:15px;font-weight:bold;line-height:25px} .ctrl_menu_title_bg{background:url('http://www.6a8a.com/images/0601/menu_title_bg.gif')} .top_bg{background:url("<a href="http://www.6a8a.com/images/0601/top_bg.gif">http://www.6a8a.com/images/0601/top_bg.gif</a>")} .logo_bg{background:url("<a href="http://www.6a8a.com/images/0601/logo_bg.gif">http://www.6a8a.com/images/0601/logo_bg.gif</a>")} #top_nav_menu {color:#fff} #top_nav_menu a{text-decoration:none;color:#fff} #top_nav_menu a:hover{text-decoration:underline;color:#ff6} --> </style> <script> function $(_sId){ return document.getElementById(_sId); } function exist(_sId){ var oObj = $(_sId); return oObj != null ? oObj : false; } function dw(_sTxt){ document.write(_sTxt); } function hide(_sId){ $(_sId).style.display = $(_sId).style.display == "none" ? "" : "none"; } function onlyShow(_sId, _iNum, _sPic, _sTxt1, _sTxt2){ var i = 0; var oCurr = exist(_sId + i); while(oCurr){ oCurr.style.display = "none"; $(_sPic + i).src = _sTxt2; i++; oCurr = exist(_sId + i) } $(_sId + _iNum).style.display = ""; $(_sPic + _iNum).src = _sTxt1; } function swapShow(_sId){ var i = 0; var oCurr = exist(_sId + i); while(oCurr){ hide(_sId + i); i++; oCurr = exist(_sId + i) } } function seekKey(_sKey){ var i = 0; while(exist(_sKey + i)){ i++; } return i; } function swapPic(_sId,_sAttr,_sTxt1, _sTxt2) { $(_sId)[_sAttr] = $(_sId)[_sAttr].indexOf(_sTxt1) > -1 ? _sTxt2 : _sTxt1; } function swap(_sId,_sAttr,_sTxt1, _sTxt2) { $(_sId)[_sAttr] = $(_sId)[_sAttr] == _sTxt1 ? _sTxt2 : _sTxt1; } function moveGif(_sId){ swap(_sId,'className','marginLeft2',''); } function moveStart(_sId){ __tmp__time = setInterval("moveGif('" + _sId + "')",200); } function moveStop(_sId){ clearInterval(__tmp__time); $(_sId).className = "marginLeft2"; } function switchShow(){ hide('left'); swapPic('arrow','src','http://www.6a8a.com/images/0601/control_switch_up.gif','http://www.6a8a.com/images/0601/control_switch_down.gif'); swapShow('hideLeft'); swapShow('hideBody'); } function scroll_to_top() { document.body.scrollTop=0; } function mainFrameRedirect(url) { oo = document.getElementById("mainFrame"); oo.url = url; } </script> </head> <body> <table align="left" width="220" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="50" align="left" valign="top"> <!-- 控制面板菜单 --> <table width="205" border="0" cellspacing="0" cellpadding="0" class="ctrl_menu"> <tr height="5"><td></td></tr> <tr> <td align="center"> <!-- BLOG文章 --> <table width="195" border="0" cellspacing="0" cellpadding="0" class="ctrl_menu_title_bg"> <tr class="hand" onClick="hide('hideMenuFunc3')"> <td width="174" class="ctrl_menu_title">BLOG文章管理</td> <td width="21"><image id='MenuFunc3' src="<a href="http://www.6a8a.com/images/0601/menu_title_down.gif"></td">http://www.6a8a.com/images/0601/menu_title_down.gif"></td</a>> </tr> <tr id="hideMenuFunc3"> <td align="left" colspan="2" class="menu_box_pad"> <table width="100%" border="0" cellspacing="5" cellpadding="0" class="menu_box"> <tr> <th> </th> <td><a href="/" target="mainFrame" onClick="scroll_to_top()">发表BLOG文章</a></td> </tr> <tr> <th> </th> <td><a href="/" target="mainFrame" onClick="scroll_to_top()">BLOG文章管理</a></td> </tr> <tr> <th> </th> <td><a href="/" target="mainFrame" onClick="scroll_to_top()">BLOG评论管理</a></td> </tr> </table></td> </tr> </table> <!-- /BLOG文章 --></td> </tr> <tr height="5"><td></td></tr> <tr> <td align="center"> <!-- BLOG信息 --> <table width="195" border="0" cellspacing="0" cellpadding="0" class="ctrl_menu_title_bg"> <tr class="hand" onClick="hide('hideMenuFunc2')"> <td width="174" class="ctrl_menu_title">BLOG信息设置</td> <td width="21"><image id='MenuFunc2' src="<a href="http://www.6a8a.com/images/0601/menu_title_down.gif"></td">http://www.6a8a.com/images/0601/menu_title_down.gif"></td</a>> </tr> <tr id="hideMenuFunc2"> <td align="left" colspan="2" class="menu_box_pad" > <table width="100%" border="0" cellspacing="5" cellpadding="0" class="menu_box"> <tr> <th> </th> <td><a href="/" target="mainFrame" onClick="scroll_to_top()">更改基本信息</a></td> </tr> <tr> <th> </th> <td><a href="/" target="mainFrame" onClick="scroll_to_top()">定制我的模板</a></td> </tr> <tr> <th> </th> <td><a href="/" target="mainFrame" onClick="scroll_to_top()">首页内容维护</a></td> </tr> </table></td> </tr> </table> <!-- /BLOG信息 --></td> </tr> <tr height="5"><td></td></tr> <tr> <td align="center"> <!-- 个人信息 --> <table width="195" border="0" cellspacing="0" cellpadding="0" class="ctrl_menu_title_bg"> <tr class="hand" onClick="hide('hideMenuFunc1')"> <td width="174" class="ctrl_menu_title">个人信息设置</td> <td width="21"><image id='MenuFunc1' src="<a href="http://www.6a8a.com/images/0601/menu_title_down.gif"></td">http://www.6a8a.com/images/0601/menu_title_down.gif"></td</a>> </tr> <tr id="hideMenuFunc1" style="display:none"> <td align="left" colspan="2" class="menu_box_pad"> <table width="100%" border="0" cellspacing="5" cellpadding="0" class="menu_box"> <tr> <th> </th> <td><a target="mainFrame" href="/" onClick="scroll_to_top()">更改基本资料</a></td> </tr> <tr> <th> </th> <td><a target="mainFrame" href="/" onClick="scroll_to_top()">登录默认选项</a></td> </tr> </table></td> </tr> </table> <!-- /个人信息 --></td> </tr> <tr height="5"><td></td></tr> </table> </body> </html></div> <div></div>
试试其它关键字
管理菜单
同语言下
.
前端PC-移动端CSS公共样式+HTML
.
手机端页面通用样式
.
H5页面通用头部设置
.
elect默认样式美化代码兼容移动端和pc端
.
按钮效果 css
.
唤醒app
.
放大效果
.
html5+css3实现上拉和下拉刷新
.
html上传图片后,在页面显示上传的图片
.
html5实现点击弹出图片
可能有用的
.
C#实现的html内容截取
.
List 切割成几份 工具类
.
SQL查询 多列合并成一行用逗号隔开
.
一行一行读取txt的内容
.
C#动态修改文件夹名称(FSO实现,不移动文件)
.
c# 移动文件或文件夹
.
c#图片添加水印
.
Java PDF转换成图片并输出给前台展示
.
网站后台修改图片尺寸代码
.
处理大图片在缩略图时的展示
Dezai.CN
贡献的其它代码
(
4037
)
.
多线程Socket服务器模块
.
生成随机密码
.
清除浮动样式
.
弹出窗口居中
.
抓取url的函数
.
使用base HTTP验证
.
div模拟iframe嵌入效果
.
通过header转向的方法
.
Session操作类
.
执行sqlite输入插入操作后获得自动编号的ID
Copyright © 2004 - 2024 dezai.cn. All Rights Reserved
站长博客
粤ICP备13059550号-3