Posts

Showing posts from December, 2012

Tutorial: Hide Music Player (Blogskin)

Image
  Assalamualaikum and annyeonghaseyo semua! Ni ada satu tutorial untuk korang. Bagi newbies yang  template classic/blogskin sahaja... 1. Dashboard > Template 2. Press Ctrl+f serentak dan cari code <head> 3. Kemudian, copy code kt bawah ni   <style type="text/css"> #gb{ position:fixed; top:10px; z-index:+1000; } * html #gb{position:relative;} .gbtab{ height:100px; width:30px; float:left; cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress; background:url(' URL ICON ') no-repeat; } .gbcontent{ float:left; border: 1 px solid #000000 ; background:url(' BACKGROUND KOTAK ');padding:10px; } </style> <script type="text/javascript"> function showHideGB(){ var gb = document.getElementById("gb"); var w = gb.offsetWidth; gb.opened ? moveGB(0, 30-w) : moveGB(20-w, 0); gb.opened = !gb.opened; } function moveGB(x0, xf){ var gb = document.getElementById("