Assalamualaikum
Rapatkan header dengan content wrapper
1. Dashboard > Design > Edit Html > Tick Expand Widget Templates
2. F3 / Ctrl+F cari code ni #header {
3. Nanti jumpa code ni border: 1px solid $headerBgColor; kat bawah code tadi. Tukar 1px kepada 0px. Paham?
4. Save.
Delete Subscribe to : Posts Atom
1. Dashboard > Design > Edit Html > Tick Expand Widget Templates
2. F3/Ctrl+F cari code ni
<b:include name='feedLinks'/>
3. Bila dah jumpa DELETE code tu.
4. Save.
Jquery Scroll Top Button
Korang boleh rujuk kat sini : CLICK
Credit : Nur Hafizah
Disable right click without alert
1. Dashboard > Design > Add a gadget > HTML/JavaScript
2. Copy and paste code ni kat ruang content. Jangan isi apa-apa kat ruang title.
<script language=javascript>
<!--
//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dauspozi.com
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
3. Letak kat bawah sekali kat Page Element tu. Save.
Tukar Cursor
1. Cari lah cursor idaman korang kat sini -> CLICK
2. Copy code yang kat dalam kotak merah tu.
3. Dashboard > Design > Add a gadget > HTML/JavaScript
4. Paste code tadi kat ruang content.
5. DELETE code yang aku bold tu dulu. Then, baru save.
2. Copy code yang kat dalam kotak merah tu.

4. Paste code tadi kat ruang content.
<style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2011/03/03/tiny-hand-10.html" target="_blank" title="Tiny Hand"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Tiny Hand" style="position:absolute; top: 0px; right: 0px;" /></a>
5. DELETE code yang aku bold tu dulu. Then, baru save.
Link hover pelangi
Simple navigation/tab menu
Korang boleh rujuk di sini -> CLICK or CLICK or CLICK
Credit : Nur Hafizah and Nana Johari
Blockquote
Korang boleh rujuk kat sini -> CLICK
Credit : Nana Johari
1. Dashboard > Design > Add a gadget > HTML/JavaScript
2. Copy and paste code ni kat ruang content. Jangan isi ruang title.
<script src="https://sites.google.com/site/unwanted86/javascript/rainbowlink.js" type="text/javascript">
</script>
3. Save.
Simple navigation/tab menu
Korang boleh rujuk di sini -> CLICK or CLICK or CLICK
Credit : Nur Hafizah and Nana Johari
Blockquote
Korang boleh rujuk kat sini -> CLICK
Credit : Nana Johari
To be continued...
4 comments:
Thanks Akak..Awesome..
Post a Comment