And in another life,
I would be your girl
We'd keep for our promises
Be us against the world


And in other life,
I would make you stay
So I don't have to say
You were the one that got away
The one that got away.

       //
And in another life
You would be my girl
We'd keep full our promises
Be us against the world

And in another life,
I would make you stay
So I don't have to say
You were the one that got away
the one that got away.


            -once you came into my life, please, stay.
Home l Follow l Dashboard

>ask me anything here<
Meeraaa Stuff Credits
" Alright, let’s stop crying and
wipe away your tears now "

- If you're a hater, run befo' I eatchu.

Photobucket My boyfriend ♥



← older
newer →
cara untuk membuat tab menu drop down
Monday, February 21, 2011 | 5:31 PM | 5 comments
okay , disebabkan akak nabila , err akak kot . hihi[ woo , name same tu *wink ] hah disebabkn die tanye so meera buat la tuto nie . tp sbenanye xde mse cume meera xnkla lmbt lmbt kan . actually , yg nie senang kacang je . hoho .
tahu kan ap tu tab menu ? tuu , kt bwh tu ;]




okay okay . here we go ~
mcm biase la , design > page elements > html javascript

paste code kt bwh nie dlm html tu .



<center><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:#FA58AC;
margin:1px;
}
.msg_body {
padding: 5px 10px 15px;
background-color:#9A2EFE;
}
</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 code anda atau pape jela ;]

</div>

<h5 class="msg_head">tajuk 2</h5>
<div class="msg_body">

masukkan code jugak ~

</div>

<h5 class="msg_head">tajuk 3</h5>
<div class="msg_body">

err , anda tahu kan nak buat ape ? ;D

</div>
</div></center>



save . senang je kan ? :]

*info

-13px tu untuk size font anda , jadi bolehla ubah ikut kesesuaian .
-code warna #FFFFFF tu untuk warna tajuk anda .
-code 100% tu untuk menentukan kelebaran
-code #FA58AC tu untuk warna background tajuk anda .
-code #9A2EFE tu untuk warna background code anda .

tu jea . harap korang faham . tak paham tanyela :)

credit to miss durian runtuh Photobucketsbb tolong meera ^^

hah lupe , code warna cari dekat sini

Photobucket

Labels:


//Ameera-Aff;