Slide menu - Menu trượt dọc bên trái blog/web
1. Slide Menu [http://www.dynamicdrive.com/dynamicindex1/omnislide/index.htm]
<script language='JavaScript1.2' src='http://4pvn.com.vn/img/Type/404.js'>
</script>
<style type='text/css'>
A.ssmItems:link {color:#3366cc;text-decoration:none;}
A.ssmItems:hover {color:#000033;text-decoration:none;}
A.ssmItems:active {color:black;text-decoration:none;}
A.ssmItems:visited {color:#fd0243;text-decoration:none;}
</style>
<script language='JavaScript'>
YOffset=150;
XOffset=0;
staticYOffset=30;
slideSpeed=20
waitTime=100;
menuBGColor="#fff"; // màu của các border
menuIsStatic="yes";
menuWidth=200; // Độ rộng của menu
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#fff"; // Màu text của thư mục chính
hdrBGColor="#000099"; // Màu nền thư mục chính
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#FCFEFF"; // Màu nền chính
linkOverBGColor="#fff"; // Màu nền khi rê chuột
linkTarget="_top";
linkAlign="left";
barBGColor="#ff0000";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="#fff";
barVAlign="center";
barWidth=16;
barText="MENU GO GHEP"; // Tên bạn muốn đặt cho sidemenu đó
///////////////////////////
// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Chuyên mục"] // Thư mục chính
ssmItems[1]=["Blog", "http://www.namtrungjsc.vn/search/label/blog", ""]
ssmItems[2]=["Báo giá gỗ", "http://www.namtrungjsc.vn/search/label/báo giá gỗ",""]
ssmItems[3]=["Bộ sưu tập", "http://www.namtrungjsc.vn/search/label/bộ sưu tập", ""]
ssmItems[4]=["Công thức nấu nướng", "http://www.namtrungjsc.vn/search/label/công thức nấu nướng", ""]
ssmItems[5]=["Cười chút chơi", "http://www.namtrungjsc.vn/search/label/cười chút chơi", ""]
ssmItems[6]=["Gia công gỗ", "http://www.namtrungjsc.vn/search/label/gia công gỗ", ""]
ssmItems[7]=["Gỗ ghép", "http://www.namtrungjsc.vn/search/label/gỗ ghép", ""]
ssmItems[8]=["Kiến thức gỗ", "http://www.namtrungjsc.vn/search/label/kiến thức gỗ", ""]
buildMenu();
</script>
2. Slide menu 3 :
<style>#box{ width:190px; font-size:12px; line-height:20px; right:-140px; top:25%; position:fixed; z-index:100}#tab{ float:left; list-style:none outside none; margin:0; padding:0; position:relative; z-index:99}#tab li span{ display:block; padding:0 5px; position:relative}#links{ width:80px; padding:10px; float:left; border-left:1px solid #B4B8BB}.show,.hide{ transition:margin-right .4s ease-in; -webkit-transition:margin-right .4s ease-in}.hide{ margin-right:0px}.show{ margin-right:95px}#arrow,bt{ cursor:pointer}.bt{ width:77px; height:40px; margin:-1px; text-align:center; border:1px solid #858fa6; font:bold 13px Helvetica,Arial,sans-serif; text-shadow:0px 0px 5px rgba(0,0,0,0.75); background:#014464; background-image:-o-linear-gradient(left,#1F82AF,#002F44); background-image:-ms-linear-gradient(left,#1F82AF,#002F44); background-image:-moz-linear-gradient(left,#1F82AF,#002F44); background-image:-webkit-linear-gradient(left,#1F82AF,#002F44); background-image:-webkit-gradient(linear,left top,right top,from(#1F82AF),to(#002F44))}.bt a{ line-height:40px; color:#fff; display:block}.bt:hover{ transition:background .3s linear; background:#32A3D3; -o-transition:background .3s linear; -moz-transition:background .3s linear; -webkit-transition:background .3s linear}#deco{ width:75px; float:left; box-shadow:0px 0px 5px #000; -moz-box-shadow:0px 0px 5px #000; -webkit-box-shadow:0px 0px 5px #000}</style>
<div id="box" class="hide">
<ul id="tab">
<li>
<img id="arrow" onclick="toggle('box');" src="http://4pvn.com.vn/img/Type/405.png" />
</li>
</ul>
<div id="links">
<div id="deco">
<div class="bt">
<a href="http://www.namtrungjsc.vn/search/label/gỗ ghép" >Gỗ ghép</a></div>
<div class="bt">
<a href="http://www.namtrungjsc.vn/search/label/blog" >Blog</a></div>
<div class="bt">
<a href="http://www.namtrungjsc.vn/search/label/báo giá gỗ" >Báo giá gỗ</a></div>
</div>
</div>
</div>
<script language='javascript'>
function toggle(id) {
var el = document.getElementById(id);
var img = document.getElementById("arrow");
var box = el.getAttribute("class");
if(box == "hide"){
el.setAttribute("class", "show");
delay(img, "http://4pvn.com.vn/img/Type/406.png", 400);
}
else{
el.setAttribute("class", "hide");
delay(img, "http://4pvn.com.vn/img/Type/405.png", 400);
}
}
function delay(elem, src, delayTime){
window.setTimeout(function() {elem.setAttribute("src", src);}, delayTime);
}</script>
3. Slide Menu 2
<script src="http://4pvn.com.vn/img/Type/399.js" type="text/javascript"></script>
<script src="http://4pvn.com.vn/img/Type/400.js" type="text/javascript"></script>
<script src="http://4pvn.com.vn/img/Type/401.js" type="text/javascript"></script>
<style>
body{font-size:75%;}
a{outline: none;}
a:active{outline: none;}
#sideBar{text-align:left;}
#sideBar h2{
color:#ffee00
font-size:110%;
font-family:arial;
margin:10px 10px 10px 10px;
font-weight:bold !important;}
#sideBar h2 span{
font-size:125%;
font-weight:normal !important;}
#sideBar ul{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;}
#sideBar li{
margin:0px 5px 5px 10px;
padding: 0 0 0 10px;
list-style-type:none;
display:block;
background-color:#da1074;
width:177px;
color:#ffffff;}
#sideBar li a{width:100%;}
#sideBar li a:link,
#sideBar li a:visited{
color:#ffffff;
font-family:verdana;
font-size:100%;
text-decoration:none;
display:block;
margin:0px 0px 0px 0px;
padding:0 0 0 20px;
width:100%;}
#sideBar li a:hover{
color:#ffff00;
text-decoration:underline;}
#sideBar{
position: fixed;
width: auto;
height: auto;
top: 140px;
left:0px;
background-image:url(http://4pvn.com.vn/img/Type/403.gif);
background-position:top right;
background-repeat:repeat-y;}
#sideBarTab{
float:left;
height:137px;
width:28px;}
#sideBarTab img{
border:0px solid #ffffff;}
#sideBarContents{
float:left;
overflow:hidden !important;
width:200px;
height:320px;}
#sideBarContentsInner{
width:200px;
}</style>
<div id="sideBar">
<div id="sideBarContents" style="display:none;">
<div id="sideBarContentsInner">
<h2>My<span>LeftMenu</span></h2>
<ul>
<li><a href="/">Trang chủ</a></li>
<li><a href="http://www.namtrungjsc.vn/search/label/blog">Blog</a></li>
<li><a href="http://www.namtrungjsc.vn/search/label/b%C3%A1o%20gi%C3%A1%20g%E1%BB%97">Báo giá gỗ</a></li>
<li><a href="http://www.namtrungjsc.vn/search/label/b%E1%BB%99%20s%C6%B0u%20t%E1%BA%ADp">Bộ sưu tập</a></li>
<li><a href="http://www.namtrungjsc.vn/search/label/c%C3%B4ng%20th%E1%BB%A9c%20n%E1%BA%A5u%20n%C6%B0%E1%BB%9Bng">Công thức nấu nướng</a></li>
<li><a href="http://www.namtrungjsc.vn/search/label/c%C6%B0%E1%BB%9Di%20ch%C3%BAt%20ch%C6%A1i">Cười chút chơi</a></li>
<li><a href="http://www.namtrungjsc.vn/search/label/gia%20c%C3%B4ng%20g%E1%BB%97">Gia công gỗ</a></li>
<li><a href="http://www.namtrungjsc.vn/search/label/g%E1%BB%97%20gh%C3%A9p">Gỗ ghép</a></li>
<li><a href="http://www.namtrungjsc.vn/search/label/ki%E1%BA%BFn%20th%E1%BB%A9c%20g%E1%BB%97">Kiến thức gỗ</a></li>
<li><a href="http://www.namtrungjsc.vn/2017/11/go-ghep-thong.html">Gỗ ghép thông</a></li>
<li><a href="http://www.namtrungjsc.vn/2017/11/go-ghep-cao-su.html">Gỗ ghép cao su</a></li>
<li><a href="http://www.namtrungjsc.vn/2017/12/go-ghep-cac-loai-phu-veneer-soi-xoan-dao-tan-bi.html">Gỗ ghép phủ veneer</a></li>
<li><a href="http://www.namtrungjsc.vn/2017/12/ban-go-ghep-bc-day-12-15-18-20x1200x2400.html">gỗ ghép BC 1200x2400 dày 12,15,18,20</a></li>
<li><a href="http://www.namtrungjsc.vn/2017/12/go-ghep-san-chat-luong-ab-abc-bc-day-12-15-18-20x1200x2400.html">Gỗ ghép Sẵn AB, A/BC, BC</a></li>
</ul>
</div> </div>
<a id="sideBarTab" href="#"><img alt="sideBar" src="http://4pvn.com.vn/img/Type/402.png" title="sideBar" /></a></div>
Tham khảo thêm các bài viết :
[từ tìm kiếm code để ẩn hiện chatbox, menu cố định , sticky menu
http://trungaiti.blogspot.com/2013/06/mau-menu-doc-xo-ngang-cuc-ep-nhe-cho.html
http://vntrongtien.blogspot.com/2015/03/tao-menu-theo-phong-cach-metro-ui-cho.html
http://trungaiti.blogspot.com/2014/04/menu-blogspot-css-chuyen-nghiep-giong.html
https://longtruongactor.wordpress.com/2016/06/16/tao-menu-an-hien-truot-doc-tuyet-dep-cho-blogspot/
http://www.continchuaoi.com/2014/03/cach-tao-menu-truot-ben-phai-blogwebsite.html
https://www.windows2it.com/2015/09/them-pop-out-chat-box-cbox-cho-blogspot-blogger.html
http://hongdesignerblog.blogspot.com/2014/06/huong-dan-tao-chat-box-cho-blogspot.html
https://xuanandz.blogspot.com/2016/09/tao-menu-hien-truot-doc.html
http://www.iamkien.com/2017/10/menu-hien-truot-doc-cho-blogspot.html#A+
https://www.nguyenluongduy.com/2017/11/tao-menu-truot-doc-co-hieu-ung-ep-cho.html
<script language='JavaScript1.2' src='http://4pvn.com.vn/img/Type/404.js'>
</script>
<style type='text/css'>
A.ssmItems:link {color:#3366cc;text-decoration:none;}
A.ssmItems:hover {color:#000033;text-decoration:none;}
A.ssmItems:active {color:black;text-decoration:none;}
A.ssmItems:visited {color:#fd0243;text-decoration:none;}
</style>
<script language='JavaScript'>
YOffset=150;
XOffset=0;
staticYOffset=30;
slideSpeed=20
waitTime=100;
menuBGColor="#fff"; // màu của các border
menuIsStatic="yes";
menuWidth=200; // Độ rộng của menu
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#fff"; // Màu text của thư mục chính
hdrBGColor="#000099"; // Màu nền thư mục chính
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#FCFEFF"; // Màu nền chính
linkOverBGColor="#fff"; // Màu nền khi rê chuột
linkTarget="_top";
linkAlign="left";
barBGColor="#ff0000";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="#fff";
barVAlign="center";
barWidth=16;
barText="MENU GO GHEP"; // Tên bạn muốn đặt cho sidemenu đó
///////////////////////////
// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Chuyên mục"] // Thư mục chính
ssmItems[1]=["Blog", "http://www.namtrungjsc.vn/search/label/blog", ""]
ssmItems[2]=["Báo giá gỗ", "http://www.namtrungjsc.vn/search/label/báo giá gỗ",""]
ssmItems[3]=["Bộ sưu tập", "http://www.namtrungjsc.vn/search/label/bộ sưu tập", ""]
ssmItems[4]=["Công thức nấu nướng", "http://www.namtrungjsc.vn/search/label/công thức nấu nướng", ""]
ssmItems[5]=["Cười chút chơi", "http://www.namtrungjsc.vn/search/label/cười chút chơi", ""]
ssmItems[6]=["Gia công gỗ", "http://www.namtrungjsc.vn/search/label/gia công gỗ", ""]
ssmItems[7]=["Gỗ ghép", "http://www.namtrungjsc.vn/search/label/gỗ ghép", ""]
ssmItems[8]=["Kiến thức gỗ", "http://www.namtrungjsc.vn/search/label/kiến thức gỗ", ""]
buildMenu();
</script>
2. Slide menu 3 :
<style>#box{ width:190px; font-size:12px; line-height:20px; right:-140px; top:25%; position:fixed; z-index:100}#tab{ float:left; list-style:none outside none; margin:0; padding:0; position:relative; z-index:99}#tab li span{ display:block; padding:0 5px; position:relative}#links{ width:80px; padding:10px; float:left; border-left:1px solid #B4B8BB}.show,.hide{ transition:margin-right .4s ease-in; -webkit-transition:margin-right .4s ease-in}.hide{ margin-right:0px}.show{ margin-right:95px}#arrow,bt{ cursor:pointer}.bt{ width:77px; height:40px; margin:-1px; text-align:center; border:1px solid #858fa6; font:bold 13px Helvetica,Arial,sans-serif; text-shadow:0px 0px 5px rgba(0,0,0,0.75); background:#014464; background-image:-o-linear-gradient(left,#1F82AF,#002F44); background-image:-ms-linear-gradient(left,#1F82AF,#002F44); background-image:-moz-linear-gradient(left,#1F82AF,#002F44); background-image:-webkit-linear-gradient(left,#1F82AF,#002F44); background-image:-webkit-gradient(linear,left top,right top,from(#1F82AF),to(#002F44))}.bt a{ line-height:40px; color:#fff; display:block}.bt:hover{ transition:background .3s linear; background:#32A3D3; -o-transition:background .3s linear; -moz-transition:background .3s linear; -webkit-transition:background .3s linear}#deco{ width:75px; float:left; box-shadow:0px 0px 5px #000; -moz-box-shadow:0px 0px 5px #000; -webkit-box-shadow:0px 0px 5px #000}</style>
<div id="box" class="hide">
<ul id="tab">
<li>
<img id="arrow" onclick="toggle('box');" src="http://4pvn.com.vn/img/Type/405.png" />
</li>
</ul>
<div id="links">
<div id="deco">
<div class="bt">
<a href="http://www.namtrungjsc.vn/search/label/gỗ ghép" >Gỗ ghép</a></div>
<div class="bt">
<a href="http://www.namtrungjsc.vn/search/label/blog" >Blog</a></div>
<div class="bt">
<a href="http://www.namtrungjsc.vn/search/label/báo giá gỗ" >Báo giá gỗ</a></div>
</div>
</div>
</div>
<script language='javascript'>
function toggle(id) {
var el = document.getElementById(id);
var img = document.getElementById("arrow");
var box = el.getAttribute("class");
if(box == "hide"){
el.setAttribute("class", "show");
delay(img, "http://4pvn.com.vn/img/Type/406.png", 400);
}
else{
el.setAttribute("class", "hide");
delay(img, "http://4pvn.com.vn/img/Type/405.png", 400);
}
}
function delay(elem, src, delayTime){
window.setTimeout(function() {elem.setAttribute("src", src);}, delayTime);
}</script>
3. Slide Menu 2
<script src="http://4pvn.com.vn/img/Type/399.js" type="text/javascript"></script>
<script src="http://4pvn.com.vn/img/Type/400.js" type="text/javascript"></script>
<script src="http://4pvn.com.vn/img/Type/401.js" type="text/javascript"></script>
<style>
body{font-size:75%;}
a{outline: none;}
a:active{outline: none;}
#sideBar{text-align:left;}
#sideBar h2{
color:#ffee00
font-size:110%;
font-family:arial;
margin:10px 10px 10px 10px;
font-weight:bold !important;}
#sideBar h2 span{
font-size:125%;
font-weight:normal !important;}
#sideBar ul{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;}
#sideBar li{
margin:0px 5px 5px 10px;
padding: 0 0 0 10px;
list-style-type:none;
display:block;
background-color:#da1074;
width:177px;
color:#ffffff;}
#sideBar li a{width:100%;}
#sideBar li a:link,
#sideBar li a:visited{
color:#ffffff;
font-family:verdana;
font-size:100%;
text-decoration:none;
display:block;
margin:0px 0px 0px 0px;
padding:0 0 0 20px;
width:100%;}
#sideBar li a:hover{
color:#ffff00;
text-decoration:underline;}
#sideBar{
position: fixed;
width: auto;
height: auto;
top: 140px;
left:0px;
background-image:url(http://4pvn.com.vn/img/Type/403.gif);
background-position:top right;
background-repeat:repeat-y;}
#sideBarTab{
float:left;
height:137px;
width:28px;}
#sideBarTab img{
border:0px solid #ffffff;}
#sideBarContents{
float:left;
overflow:hidden !important;
width:200px;
height:320px;}
#sideBarContentsInner{
width:200px;
}</style>
<div id="sideBar">
<div id="sideBarContents" style="display:none;">
<div id="sideBarContentsInner">
<h2>My<span>LeftMenu</span></h2>
<ul>
<li><a href="/">Trang chủ</a></li>
<li><a href="http://www.namtrungjsc.vn/search/label/blog">Blog</a></li>
<li><a href="http://www.namtrungjsc.vn/search/label/b%C3%A1o%20gi%C3%A1%20g%E1%BB%97">Báo giá gỗ</a></li>
<li><a href="http://www.namtrungjsc.vn/search/label/b%E1%BB%99%20s%C6%B0u%20t%E1%BA%ADp">Bộ sưu tập</a></li>
<li><a href="http://www.namtrungjsc.vn/search/label/c%C3%B4ng%20th%E1%BB%A9c%20n%E1%BA%A5u%20n%C6%B0%E1%BB%9Bng">Công thức nấu nướng</a></li>
<li><a href="http://www.namtrungjsc.vn/search/label/c%C6%B0%E1%BB%9Di%20ch%C3%BAt%20ch%C6%A1i">Cười chút chơi</a></li>
<li><a href="http://www.namtrungjsc.vn/search/label/gia%20c%C3%B4ng%20g%E1%BB%97">Gia công gỗ</a></li>
<li><a href="http://www.namtrungjsc.vn/search/label/g%E1%BB%97%20gh%C3%A9p">Gỗ ghép</a></li>
<li><a href="http://www.namtrungjsc.vn/search/label/ki%E1%BA%BFn%20th%E1%BB%A9c%20g%E1%BB%97">Kiến thức gỗ</a></li>
<li><a href="http://www.namtrungjsc.vn/2017/11/go-ghep-thong.html">Gỗ ghép thông</a></li>
<li><a href="http://www.namtrungjsc.vn/2017/11/go-ghep-cao-su.html">Gỗ ghép cao su</a></li>
<li><a href="http://www.namtrungjsc.vn/2017/12/go-ghep-cac-loai-phu-veneer-soi-xoan-dao-tan-bi.html">Gỗ ghép phủ veneer</a></li>
<li><a href="http://www.namtrungjsc.vn/2017/12/ban-go-ghep-bc-day-12-15-18-20x1200x2400.html">gỗ ghép BC 1200x2400 dày 12,15,18,20</a></li>
<li><a href="http://www.namtrungjsc.vn/2017/12/go-ghep-san-chat-luong-ab-abc-bc-day-12-15-18-20x1200x2400.html">Gỗ ghép Sẵn AB, A/BC, BC</a></li>
</ul>
</div> </div>
<a id="sideBarTab" href="#"><img alt="sideBar" src="http://4pvn.com.vn/img/Type/402.png" title="sideBar" /></a></div>
Tham khảo thêm các bài viết :
[từ tìm kiếm code để ẩn hiện chatbox, menu cố định , sticky menu
http://trungaiti.blogspot.com/2013/06/mau-menu-doc-xo-ngang-cuc-ep-nhe-cho.html
http://vntrongtien.blogspot.com/2015/03/tao-menu-theo-phong-cach-metro-ui-cho.html
http://trungaiti.blogspot.com/2014/04/menu-blogspot-css-chuyen-nghiep-giong.html
https://longtruongactor.wordpress.com/2016/06/16/tao-menu-an-hien-truot-doc-tuyet-dep-cho-blogspot/
http://www.continchuaoi.com/2014/03/cach-tao-menu-truot-ben-phai-blogwebsite.html
https://www.windows2it.com/2015/09/them-pop-out-chat-box-cbox-cho-blogspot-blogger.html
http://hongdesignerblog.blogspot.com/2014/06/huong-dan-tao-chat-box-cho-blogspot.html
https://xuanandz.blogspot.com/2016/09/tao-menu-hien-truot-doc.html
http://www.iamkien.com/2017/10/menu-hien-truot-doc-cho-blogspot.html#A+
https://www.nguyenluongduy.com/2017/11/tao-menu-truot-doc-co-hieu-ung-ep-cho.html
Ivietpr.com Blog Cá Nhân, Nền Tảng Blogger, Giao Diện Fletro : Xây dựng và phát triển nội dung, theo số liệu phân tích trên cấu trúc content của nhật ký trực tuyến digitalnomad.vn [ Blog Chạy Thử Nghiệm Đa Cấu Trúc ]