hey sume selamat petang. lagi sekali nina post entry. hehe kali ni nina nak ajar tuto baru pula. hehe diminta oleh adik http://the-truth-story-of-me.blogspot.com/. hehe tak tahu nama la. sori ye :)
terima kasih sebab request tuto ni. hehe owh tak tahu maksud adik tu tadi. macam ni contohnya..
ha dah tahu dah? ok jom kita buat sama-sama..
1. Dashboard --> Design --> Page Elements --> Add Gadget --> HTML/Javascript
2. Then, copy code di bawah
<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:#FAAFBE;
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 Pertama</h5><div class="msg_body">
<center>
Kandungan Tajuk Pertama
</div>
<h5 class="msg_head">Tajuk Kedua</h5><div class="msg_body">
Kandungan Tajuk Kedua
</div>
<h5 class="msg_head">Tajuk Ketiga</h5><div class="msg_body">
Kandungan Tajuk Ketiga</div></div>
3. Pastekan ke dalam HTML/Javascript itu
4. Jangan klik Rich Text nanti tak menjadi pula :)
korang boleh ubahsuai mengikut kehendak masing-masing ye.
#ffffff : Warna Tajuk Sidebar
#FAAFBE : Warna Background Sidebar
#FFFFFF : Warna Background Kandungan Sidebar
Tajuk Pertama , Kedua & Ketiga : Tajuk Sidebar
Kandungan Tajuk Pertama , Kedua & Ketiga : Kandungan Dalam Sidebar
5. Save!
credit to athirah :)
wah, thanks.. nak cuba lah..
ReplyDeleteok welcome. try la :)
ReplyDeleteterima kaseh daun keladi ! :)
ReplyDeleteok sme2! :)
ReplyDeleteAkak, kenapa bila saya buat, dia x jadi?
ReplyDeleteha? tak jadi.. cbe try ag.. jdnye..
ReplyDelete