Apa itu Tab Menu Accordian ? ala , tu menu dekat tepi tu . bila sang cursor tersentuh menu tu terus dia keluarkan isi perot dia tu . kekeke ;PP okeh , ini contoh nya yaa ;)
before disentuh oleh sang cursor ;
apabila disentuh oleh sang cursor tanpa klik:
baiklah saudara saudari , tanpa membuang masa , sila ikut step ini okay :)
1. Dashboard >>> Design >>> Add a gadjet >>> HTML/Java Script
2. Sila kopi koding 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:#F80680;margin:1px;}.msg_body {padding: 5px 10px 15px;background-color:#F4F4F8;}</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"><center>Tittle 1</center></h5><div class="msg_body">
Masukkan kod disini.
</div>
<h5 class="msg_head"><center>Tittle2</center></h5><div class="msg_body">
Masukkan kod disini.
<h5 class="msg_head"><center>Tittle3</center></h5><div class="msg_body">
Masukkan kod disini.
</div></div>
3. Preview >>> SAVE !
NOTA TAMBAHAN
1. font-family: trebuchet-ms, arial, tahoma;
font ni boleh ditukar ikut citarasa hampa . hampa cari sendiri la. tapi klu nak senangn hampa ikut step ni jea :
1. buka blog anda pada new tab .
2. Dassboard >>> Design >>> Template Designer >>> Advanced >>> Page Text
3. oke kat sini hampa buleh la amik nama font mana yang hampa suka.
contoh :
aku guna font PT sans :)
2. font-size: 13px;
size font ikut suka korang lah nak besaq mana pon hokey ? :)
3.color: #ffffff;
ini adalah warna tittle font
4.background-color:#F80680;
ini adalah warna background tittle.
5. background-color:#F4F4F8;
ini adalah warna untuk background accordian box .
untuk tukar kode warna ikut citarasa hampa bagi no 3,4 dan 5 , sila pergi ke >>> SINI <<<
6. ini adalah contoh utk tulisan berwarna hijau tu . letak tajuk dan kode .
<h5 class="msg_head"><center>Facebook<center></center></center></h5><div class="msg_body"><!-- Facebook Badge START --><center><a href="http://www.facebook.com/pkahrashid" target="_TOP" style="font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;" title="Shafiqah Rashid">Shafiqah Rashid</a><br/><a href="http://www.facebook.com/pkahrashid" target="_TOP" title="Shafiqah Rashid"><img src="http://badge.facebook.com/badge/1789536977.1548.1013784932.png" width="100" height="200" style="border: 0px;" /></a><br/><a href="http://www.facebook.com/badges/" target="_TOP" style="font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;" title="Make your own badge!">Create Your Badge</a><!-- Facebook Badge END --></center></div>
okay ! siap :) eh, kalau xpaham sila tanya okay :) choww ~
3 comments:
Yeayy! thank you so much!! kesiannya tidur lambat sebab buat tuto ni. Really appreciate it though! xo ;)
welkem :)
hehe..
xla,,
xngntok pon senanye..
hihik :)
thnx !
assalamualaikum...nak tanye...kalau background tuh nk letak background sendiri mcm mne yeah...harap boleh tolong...
terima kasih <3
Post a Comment