tutorial #14 : tab menu accordion

Okay . tuto neh direquest oleh cik sarah , disebab kan beliau terlalu mahu tahu mcam mne nk buad so apit punn buad la tuto nehh . hee . So .kepada sesiapa yg tak tahu tab menu accordion tuh apa , sila tngok kt sidebar apit yg "Heartbeat" and "Nuffie " .Kalau gerak kan cursor nanti dye mcam akan slide kan ? Nmpak menarik je kan ? Nak tahu menarik ke tak , jom laa cuba ,
Mcam biasa laa . Pergi design > edit layout > Add a gadjet > html javascript
and paste kod neh
<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:#FAAFBA;

margin:1px;

}

.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">Title</h5>

<div class="msg_body">

KOD ANDA DISINI



</div>

<h5 class="msg_head">Title</h5>

<div class="msg_body">

KOD ANDA DISINI

</div>

</div>


Okay ?
Title font colour : #ffffff
Background title box : #FAAFBA
Background accordion box : #FFFFFF

Yg warna hijau tuh tajuk and yg warna merah paste kod korang .kod shoutbox punn boleh :)
Nota kaki : jgan click rich text semasa pasang Okay !

creds ; anis diyana

7 comments:

Sarah Sylph said...

adeh, skali silap komen da...=.="
xpe2, thanks balik kat sini~ wahaha..
thanks thanks thanks :P

Sarah Sylph said...

apit2. x jad la, sobs :'(

Apit said...

@uwmaisarah jadi ke x ? kalau pasang dua memang tak jadi ,

Sarah Sylph said...

@apitrawrr

nanti try lagik ^_^

ika said...

mau amik tuto ni..n credit awk k

Apit said...

@eka Okay :)

fiqah said...

yng warna purple tuh ape?

Subscribe