30/01/2012
Accordian menu tab
okey . dania nak buad tuto pasal accordian new tab pulak . tatao lah betol ke tidak namenye .. yang pasti dania nak buad jugak tuto .. tuto nie direquest oleh seseorang blogger .. oke . tatao ape itu accordian tab ?? boleh tengok gambar nie

OKEY . dah tawu kan ape yang kite nak buad nie ?? oke .. first macam biasa ade di dashboard .. dan pergi ke tab design .. pastu korang pergilah cari Add A Gadget .. and cari tab HTML/JavaScript ..  dan korang paste kan code ini ....

<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 5px;

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">


LINK/ TEXT

</div>

<h5 class="msg_head">TAJUK 2</h5>

<div class="msg_body">


LINK/TEXT
</div>

<h5 class="msg_head">TAJUK 3</h5>

<div class="msg_body">

LINK/TEXT

</div>


</div>



KALER PURPLE .. WARNE BACKGROUND DIE .
KALER PINK .. WARNE TEXT DIE ..


OKE .. DAH SETTLE ? SAVE ! HAVE FUN :)

p/s: jangan click rich text sebab sumpah die tak akan menjadi :)
Positive comment please: 0 comments
« Older posts | Newer posts»