TUTORIAL : Vertical Menu Bar

ouhh yeahhh ! nak buat menu tab macam una ?? hahh , mehh , jom3 kite belajar yerr ? macam biasa .

First go to your Dashboard > Design > Add gadget > HTML/Javascript then copy paste code dekat bawah niee :

<style type="text/css">
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.sidebarmenu ul{
width:250;
text align:center;
list-style-type: none;
font: normal 13px Century gothic;
}
.sidebarmenu ul li{
position: relative;
}
/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-align:center;
text-decoration: none;
padding: 0px;
}
.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #C6C6C6; /*background of tabs (default state)*/}
.sidebarmenu ul li a:visited{
color: white;}
.sidebarmenu ul li a:hover{
background-color: #000000;}
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */
</style>
<script type="text/javascript">
//Nested Side Bar Menu (Mar 20th, 09)
//By Dynamic Drive: http://www.dynamicdrive.com/style/
var menuids=["sidebarmenu1"] //Enter id(s) of each Side Bar Menu's main UL, separated by commas
function initsidebarmenu(){
for (var i=0; i<menuids.length; i++){
  var ultags=document.getElementById(menuids[i]).getElementsByTagName("ul")
    for (var t=0; t<ultags.length; t++){
    ultags[t].parentNode.getElementsByTagName("a")[0].className+=" subfolderstyle"
  if (ultags[t].parentNode.parentNode.id==menuids[i]) //if this is a first level submenu
   ultags[t].style.left=ultags[t].parentNode.offsetWidth+"px" //dynamically position first level submenus to be width of main menu item
  else //else if this is a sub level submenu (ul)
    ultags[t].style.left=ultags[t-1].getElementsByTagName("a")[0].offsetWidth+"px" //position menu to the right of menu item that activated it
    ultags[t].parentNode.onmouseover=function(){
    this.getElementsByTagName("ul")[0].style.display="block"
    }
    ultags[t].parentNode.onmouseout=function(){
    this.getElementsByTagName("ul")[0].style.display="none"
    }
    }
  for (var t=ultags.length-1; t>-1; t--){ //loop through all sub menus again, and use "display:none" to hide menus (to prevent possible page scrollbars
  ultags[t].style.visibility="visible"
  ultags[t].style.display="none"
  }
  }
}
if (window.addEventListener)
window.addEventListener("load", initsidebarmenu, false)
else if (window.attachEvent)
window.attachEvent("onload", initsidebarmenu)
</script>
<div class="sidebarmenu">
<ul id="sidebarmenu1">
<li><a href="LINK">HOME</a></li>
<li><a href="LINK">ABOUT ME</a></li>
<li><a href="LINK">TUTOTIAL</a></li>
<li><a href="LINK">TAGBOARD</a></li>
</ul>
</div></center></center>
MERAH : yang tuh dia punyer width ikut width sidebar korunk kayy ?
BIRU : biru tuh pulak wrna tab before cursor sentuh .
UNGU : yang nie dia punyer warna tab bila cursor sentuh .
HIJAU : hijau pulak link yang korunk nak letakk kayy ?
KUNING : yang kuning pulak words dia .

nota kecil :
bila dah masuk dalam ruangan HTML tuh kann ? jangan click RICH TEXT tauu ?? kalau tak dia takkan jadi punyaa , soo , hati2 yer semuaa waktu buat ?

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

TUTORIAL : Underline hover


nie underline korunk before cursor menyentuh ke arah underline :)
jeng , jeng ! tetibe dia bertukar bila hover korunk sentuh underline niee :))

First go to your Dashboard > Design > Edit HTML then click ctrl + F and search code nie :
/* Header
then korunk copy code yang dekat BAWAH nie adn paste kan dekat SEBELUM code kat atat nie .

u {
text-decoration:none;
border-bottom: 2px solid #000000;
padding: 0.1px;
}
u:hover {
text-decoration:none;
border-bottom: 2px dotted #A49696;
padding: 0.1px;
}

then save lahh :) cantikkannn ?? korunk tweak lah sendiri code nyerr kayy ? selamat mencubaa :))
Hai! Selamat membaca. Jangan lupa tinggal komen ya?

TUTORIAL : Post tittle hover

gyeahh ? ape itu post-tittle hoverr ? korunk boleh cursor cket kat post tittle unaa , hahhh  ! bertukarrr ~ HAHAHA :) , soo mehh kite buat yer rakan-rakan sekaliaaann !

First go to your Dashboard > Design > Edit HTML then click ctrl + F and search code nie :
.post-title {
then , ganty kan dengan code yang una bagi nie :

.post-title {
text-align:center;
background: url(Background sebelum hover);
margin:0.5em;
padding:3px;
font: normal 12px century gothic;
color: #A49696;
}
.post-title:hover {
background-image:url(Background Icon chomel);
background-color: #FFECEC;
background-position:bottom right;
background-repeat:no-repeat;
-webkit-transition-duration: 2.4s;
}
hahh , then pandai2 lah korunk edit yerrr ? buat border macam mana yang korunk nakk ? kayy ?? una harap nie dapat membantu :) tak fahamm ? tanyaa jerr ^^ insyaAllah una try jawab secepat mungkin kayy ?
Hai! Selamat membaca. Jangan lupa tinggal komen ya?