Monday, December 5, 2011

Tutorial: Accordian Tab Menu


ok..jom start tuto..

1. bukak blog>dashboard>Design>add gadget> html/javascript
2.kalau x tahu ape ni tngok gmbr

3.copy code bawah ni n paste dekat ruangan html/javascript tu...
<style type="text/css">
h5 {
font-family: Verdana, arial, tahoma;
font-size: 13px;
padding: 0 0 1em;
font-weight:bold;
color: Warna TULISAN korang;
}
.msg_list {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}
.msg_head {
padding: 5px 10px;
cursor: pointer;
position: relative;
background-color:#F778A1;
margin:1px;
}
.msg_body {
padding: 5px 10px 15px;
background-color:WARNA BACKGROUND;
}
</style>

<script type="text/javascript" src="https://sites.google.com/site/jquery01/tabmenuaccordion.js"></script>
<script type="text/javascript">
$(document).ready(function()
{
//hide the all of the element with class msg_body
$(".msg_body").hide();
//slides the element with class "msg_body" when paragraph with class "msg_head" is clicked
$("#firstpane h5.msg_head").click(function()
{
$(this).next("div.msg_body").slideToggle(700).siblings("div.msg_body").slideUp("slow");
});
//slides the element with class "msg_body" when mouse is over the paragraph
$("#secondpane h5.msg_head").mouseover(function()
{
$(this).next("div.msg_body").slideDown("slow").siblings("div.msg_body").slideUp("slow");
});
});
</script>
<div class="msg_list" id="secondpane">
<h5 class="msg_head">TITLE 1</h5>
<div class="msg_body">
PASTE KOD KAT SINI
</div>
<h5 class="msg_head">TITLE 2</h5>
<div class="msg_body">
PASTE KOD KAT SINI
</div>
<h5 class="msg_head">TITLE 3</h5>
<div class="msg_body">
PASTE KOD KAT SINI
</div>
</div>

belajar:
Warna TULISAN korang: Warna Tulisan..boleh tukar kat Sini :D
WARNA BACKGROUND: boleh tukar kat sini :D
TITLE 1: tukar dengan title yg korang nak guna..
PASTE KOD KAT SINI: paste kod yg korang nak guna
cth: Gambar, Link, dan lain2..

kalau nak tambah..copy code bawah ni
</div>

<h5 class="msg_head">TITLE </h5>
<div class="msg_body">
PASTE KOD KAT SINI

4.preview..kalau xde ape..
save..
thank you . 
credit : Muazz Adli

No comments:

ZALORA COMMUNITY CONTRIBUTOR BADGE

ash_tsukidate.blogspot.my review

ShoutBox

Powered by Blogger.