//ƒ α к ε ▲▼ Þ ε ε þ s . <meta name='google-adsense-platform-account' content='ca-host-pub-1556223355139109'/> <meta name='google-adsense-platform-domain' content='blogspot.com'/> <!-- --><style type="text/css">@import url(https://www.blogger.com/static/v1/v-css/navbar/3334278262-classic.css); div.b-mobile {display:none;} </style> </head> <body onkeydown='return false;'><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d3543377218717945122\x26blogName\x3dn+%C2%B5+r+%E2%96%B2%E2%96%BC+a+%CE%B7+y+s+.\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://misswhiteblack.blogspot.com/search\x26blogLocale\x3den\x26v\x3d2\x26homepageUrl\x3dhttp://misswhiteblack.blogspot.com/\x26vt\x3d-6271458818990427415', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Maybe I'm trying. trying too hard,
with nothingness to do.
i'm sorry you, but it's empty.

entries about chat links

Tutorial : Accordian Tab Menu
Wednesday, July 13, 2011 // Wednesday, July 13, 2011


Haloooo :) harini nak buat tuto laen pulak . hihi ;) kalini nak buat tuto accordian tab menu . alaa ~ yang boleyy slide tu . macam dekat bawah niyy :

Okayy , sekarang dah tauw kan , kan ? ;) so , care nak buat dyerr tak susah sangat :)
First .... :

Dashboard >> Design >> Add Gadget >> HTML/JavaScript

then ,

<style type="text/css">
h5 {
font-family: trebuchet-ms, arial, tahoma;
font-size: 13px;
padding: 0 0 1em;
font-weight:bold;
color: #000000;
}
.msg_list {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}
.msg_head {
padding: 5px 10px;
cursor: pointer;
position: relative;
background-color: #000000;
margin:1px;
-moz-border-radius: 35px;
border-radius: 35px;
}
.msg_body {
padding: 5px 10px 15px;
background-color: #000000;
}
</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>Tajuk 1</h5></center>
<div class="msg_body">
<center>
code untuk tajuk 1 #045FB4
</div>
<h5 class="msg_head"><center>Tajuk 2</h5></center>
<div class="msg_body">
code untuk tajuk 2 #045FB4
</div>
<h5 class="msg_head"><center>Tajuk 3</h5></center>
<div class="msg_body">
code untuk tajuk 3 #045FB4
</div>
</div>

pastekan code diatas niyy dekat HTML/JavaScript :) macam biase tak payah tulis title dye kayy .

Meaning :

Hijau : warne tulisan yang korang nak .
Coklat : warne background .
Purple : warne background isi .
Bold : Tajuk/title
Merah : isi dyer . ikut suke lar ~ nk tulis ape ..

DONE ! :) dah siap , save !

P/s : Tak faham tanya ! nak copy macam biasa :) (CTRL + C)


Labels: ,