JS實(shí)現(xiàn)新浪博客左側(cè)的Blog管理菜單效果代碼
本文實(shí)例講述了JS實(shí)現(xiàn)新浪博客左側(cè)的Blog管理菜單效果代碼。分享給大家供大家參考,具體如下:
這里介紹新浪博客左側(cè)的Blog管理菜單,我們變通一下,如果你在設(shè)計(jì)程序,那么本款菜單用到后臺(tái)管理中想必應(yīng)該很合適吧,圖片是調(diào)用新浪的,用了比較多的圖片,你用的時(shí)候最好是下載到本地,以免新浪哪天改版了,你就傻了。
運(yùn)行效果截圖如下:

在線演示地址如下:
http://demo.jb51.net/js/2015/js-sina-blog-left-menu-style-codes/
具體代碼如下:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新浪博客左側(cè)的管理菜單</title>
<style type="text/css">
<!--
body{margin:0;padding:0;background:url("images/bg.gif")}
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('images/menu_list_icon.gif') no-repeat center;line-height:22px;width:10px}
.menu_box td{background:url('images/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('images/menu_title_bg.gif')}
.top_bg{background:url("images/top_bg.gif")}
.logo_bg{background:url("images/logo_bg.gif")}
#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','images/control_switch_up.gif','images/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="images/menu_title_down.gif"></td>
</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()">發(fā)表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評(píng)論管理</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信息設(shè)置</td>
<td width="21"><image id='MenuFunc2' src="images/menu_title_down.gif"></td>
</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()">首頁(yè)內(nèi)容維護(hù)</a></td>
</tr>
</table></td>
</tr>
</table>
<!-- /BLOG信息 --></td>
</tr>
<tr height="5"><td></td></tr>
<tr>
<td align="center">
<!-- 個(gè)人信息 -->
<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">個(gè)人信息設(shè)置</td>
<td width="21"><image id='MenuFunc1' src="images/menu_title_down.gif"></td>
</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()">登錄默認(rèn)選項(xiàng)</a></td>
</tr>
</table> </td>
</tr>
</table>
<!-- /個(gè)人信息 --> </td>
</tr>
<tr height="5"><td></td></tr>
</table>
</body>
</html>
希望本文所述對(duì)大家JavaScript程序設(shè)計(jì)有所幫助。
- vue.js 左側(cè)二級(jí)菜單顯示與隱藏切換的實(shí)例代碼
- javascript仿京東導(dǎo)航左側(cè)分類導(dǎo)航下拉菜單效果
- JS實(shí)現(xiàn)的左側(cè)豎向滑動(dòng)菜單效果代碼
- JS+CSS實(shí)現(xiàn)經(jīng)典的左側(cè)豎向滑動(dòng)菜單效果
- js實(shí)現(xiàn)的后臺(tái)左側(cè)管理菜單代碼
- 原生JS實(shí)現(xiàn)仿淘寶網(wǎng)左側(cè)商品分類菜單效果代碼
- js實(shí)現(xiàn)的四級(jí)左側(cè)網(wǎng)站分類菜單實(shí)例
- js左側(cè)三級(jí)菜單導(dǎo)航實(shí)例代碼
- js左側(cè)多級(jí)菜單動(dòng)態(tài)的解決方案
- JavaScript實(shí)現(xiàn)左側(cè)菜單效果
相關(guān)文章
webpack實(shí)現(xiàn)一個(gè)行內(nèi)樣式px轉(zhuǎn)vw的loader示例
這篇文章主要介紹了webpack實(shí)現(xiàn)一個(gè)行內(nèi)樣式px轉(zhuǎn)vw的loader示例,小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,也給大家做個(gè)參考。一起跟隨小編過(guò)來(lái)看看吧2018-09-09
純JavaScript實(shí)現(xiàn)櫻花飄落效果的示例代碼
這篇文章主要為大家詳細(xì)介紹了如何純JavaScript實(shí)現(xiàn)櫻花飄落效果,文中的示例代碼講解詳細(xì),感興趣的小伙伴可以跟隨小編一起學(xué)習(xí)一下2024-04-04
IE8的JavaScript點(diǎn)擊事件(onclick)不兼容的解決方法
這篇文章主要介紹了IE8的JavaScript點(diǎn)擊事件(onclick)不兼容的解決方法,大家參考使用吧2013-11-11
uniapp在微信小程序中圖片寬度顯示問(wèn)題示例代碼
在uniapp中,如果你的富文本圖片顯示寬度不正常,你可以通過(guò)設(shè)置圖片的寬高屬性來(lái)解決這個(gè)問(wèn)題,這篇文章主要介紹了uniapp在微信小程序中圖片寬度顯示問(wèn)題,需要的朋友可以參考下2023-02-02
JavaScript 定義function的三種方式小結(jié)
JavaScript中定義function有以下三種方式.2009-10-10
JavaScript實(shí)現(xiàn)垂直滾動(dòng)條效果
這篇文章為大家詳細(xì)主要介紹了JavaScript實(shí)現(xiàn)垂直滾動(dòng)條效果的相關(guān)資料,具有一定的參考價(jià)值,感興趣的小伙伴們可以參考一下2017-01-01
js高精度計(jì)算decimal.js庫(kù)用法demo
這篇文章主要給大家介紹了關(guān)于js高精度計(jì)算decimal.js庫(kù)用法的相關(guān)資料,decimal.js是使用的二進(jìn)制來(lái)計(jì)算的,所以能解決js的精度問(wèn)題,文中通過(guò)代碼介紹的非常詳細(xì),需要的朋友可以參考下2023-11-11

