15 May 2011

Tutorial: Jquery Accordian Tab Menu Bergerak.


-CODES CURRENTLY NOT AVAILABLE-
Boleh guna tutorial >>ini<<

Assalamualaikum. Kali ni nak buat tutorial Jquery Accordian Tab Menu Yang bergerak. Yang Ni

Request by : Kak Iqa
Credit to : Kak Nazihah

slide sidebar.

1. Log in > Dashbord > Design > Page Element > Add A gadget > HTML/JavaScript
2. Copy this code :

style type="text/css">
h5 {
font-family: trebuchet-ms, arial, tahoma;
font-size: 13px;
padding: 0 0 1em;
font-weight:bold;
color: #ffffff;
}
.msg_list {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}
.msg_head {
padding: 5px 10px;
cursor: pointer;
position: relative;
background-color:#FFB6D6;
margin:1px;
-moz-border-radius: 35px;
border-radius: 35px;
}
.msg_body {
padding: 5px 10px 15px;
background-color:#FFFFFF;
}
</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">Tajuk 1</h5>
<div class="msg_body">
<center>
Isi dalam tajuk 1</div>
<h5 class="msg_head">Tajuk 2</h5>
<div class="msg_body">
Isi dalam tajuk 2
</div>
<h5 class="msg_head">Tajuk 3</h5>
<div class="msg_body">
Isi dalam tajuk 3</div>
</div>


  • Merah tu warna tulisan kat tab menu tu.
  • Warna oren ialah background tab menu.
  • Warna biru pulak untuk background isi tab menu tu. 
  • Tajuk 1Tajuk 2 & Tajuk 3 tu isi ikut suka hati korang.
  • Isi-2 tajuk 12 & 3 pulak ikut tajuk korang tu lah.
3. Paste di ruangan tersebut.

Code-2 warna pula boleh rujuk di SINI. Lepastu Save. JANGAN preview melalui Rich Text. Nanti tak jadi. Dah siap :]

4. Save

5 comments:

  1. Hello dik :)
    Akak baru perasan , adik copy dari blog akak punye tuto ke?
    Akak tak marah, just wondering....

    ReplyDelete
  2. sy dah try buat..tp implement sy jauh lebih berbeza daripada apa yg anda tutorkan :)

    ReplyDelete
  3. Adek ,knpe akk buad tak jadi pon ? hmm cm mne ni dek ?

    ReplyDelete
  4. @Siti Nurshafiqa Tak bergerak eh? Sekarang ni, SEMUA blog jadi macam tu. Tak tahu laa

    ReplyDelete
  5. awak , nak tnye. mcm mane nak buat bnd tu naik balik mcm awk punya ? harap reply :/

    ReplyDelete

Your words defines you