Welcome to my purplish blog. Stay cool reading my entry :) | Dashboard | Follow |

Tutorial : jquery tab menu accordian

Hey ,


today nk buad tuto . tiba tiba kerajinan aku dtg hari niy . hehe >.< aku nk share how buad menu comel cam gmbr bwh niy :- okey , jum mula tuto :-

1. Dashboard > Design > Add Gadget > HTML/JAVASCRIPT

2. Ctrl C utk copy code di bwh niy:-
<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">Tajuk 1</h5>
<div class="msg_body">
Masukkan kod /text disini
</div>
<h5 class="msg_head">Tajuk 2</h5>
<div class="msg_body">
Masukkan kod/text disini
</div>
</div>
3. Pastekn code ats niy kt HTML/JAVASCRIPT .
  • tuka tulisan merah kpd code / text kauorg sndiri
  • tuka tulisan unggu kpd tajuk kauorg sndiri 
  • tulisan hijau utk kaler tulisan tajuk
  • tulisan biru utk warna background
4. Save ! siap .

*kalau buad niy , sila jgn view mse kauorg belum save coz nanti ianya tkkn jdy . kalau nk view , view dkt blog jea lah oke ? ;) please leave ur comment :)

Ainadyra

The End

8 comment here :):

Hanisz :) said... Best Blogger Tips[Reply]Best Blogger Templates

akq mner nak dptkan code kaler ?

aina dyra said... Best Blogger Tips[Reply]Best Blogger Templates

@Hanisz :) disini http://html-color-codes.info/ :)

Bell Bella said... Best Blogger Tips[Reply]Best Blogger Templates

AKQ MNE NUX DPT KAN CODE TWITTER N FORSMPRING? bagi contoh cam ne code die..tq

aina dyra said... Best Blogger Tips[Reply]Best Blogger Templates

@Bell Bella hurm ..
adik pergi twitter cari perkataan 'resources' nanti kat situ adik boley edit sgala bagai dan ada code nye skly .

utk formspring adik pergi setting click 'goodies' . kat situ lah code dia .

faham ? kalau tak faham nanti akk buad kan lah tuto cmne nk cari code2 nye :)

Bell Bella said... Best Blogger Tips[Reply]Best Blogger Templates

tq yew akq!!~

aina dyra said... Best Blogger Tips[Reply]Best Blogger Templates

@Bell Bella no biggie ;)

sayabudakkuattacing97 said... Best Blogger Tips[Reply]Best Blogger Templates

akak asl ta jadi :(
cuba akak try tgok ni http://just-read-my-short-live-story.blogspot.com/.. asl dy jdi mcm ni ? ;'(

aina dyra said... Best Blogger Tips[Reply]Best Blogger Templates

@sayabudakkuattacing97 yg 'si penulis skrip' tu ea ? adik kne buad dua kalau nk jadi :)

Post a Comment