Maskecil ^_^

Membacalah agar kau mengenal dunia,dan menulislah agar dunia mengenalmu

Tutorial menganti kursor otomatis pada website

Tutorial menganti kursor pada website

Salam persahabatan kak mastah my friends,oke tanpa basa basi langsung saja ya..kali ini saya mau share trik supaya kursur eh maksutnya kursor,hehe bisa berubah sesuai keinginan anda,pernahkah aanda temui disuatu web atau blog tiba-tiba saat kursor diarahkan pada halamanya akan berganti menjadi hewan ata apapun yang menarik,pasti ketika itu terlintas difikiran kita “wah saya pengen ngejadiin web saya kayak gitu”(belajar jadi peramal bozt) wkwkwkwk,sebenarnya mudah kalau udah tau tapi perlu diingat bahwa kemudahanlah yang dapat membuat kita semangat belajar,dan jangan sekali-kali menyepelekanyaa kawan,hahaha malah ceramah,oke langsung aja yah kita sedot sama-sama,sebenarnya berkaitan dengan html,bukan sebenarnya tapi memang berkaitan wkwkwkwkw,,pertama masuk dashbor pilih design lalu pilih add a gadget dan pilih HTML/Java Script dan copas code berikut:
Code:
<script type="text/javascript">
function gantiKursor(){
var daptarKursor = [
"http://cur.cursors-4u.net/smilies/smi-2/smi130.cur",
"http://cur.cursors-4u.net/cursors/cur-1/cur7.cur",
"http://cur.cursors-4u.net/symbols/sym-4/sym347.cur",
"http://cur.cursors-4u.net/mechanics/mec-1/mec92.cur",
"http://cur.cursors-4u.net/mechanics/mec-1/mec20.cur",
"http://cur.cursors-4u.net/people/peo-6/peo754.cur",
"http://cur.cursors-4u.net/user/use-1/use102.cur",
"http://cur.cursors-4u.net/others/oth-2/oth181.cur",
"http://cur.cursors-4u.net/others/oth-2/oth114.cur",
"http://cur.cursors-4u.net/others/oth-2/oth113.cur",
"http://cur.cursors-4u.net/others/oth-2/oth115.cur",
"http://cur.cursors-4u.net/others/oth-3/oth246.cur",
"http://cur.cursors-4u.net/symbols/sym-1/sym25.cur",
"http://cur.cursors-4u.net/symbols/sym-4/sym322.cur",
"http://cur.cursors-4u.net/food/foo-2/foo164.cur",
"http://cur.cursors-4u.net/food/foo-2/foo134.cur",
"http://cur.cursors-4u.net/food/foo-2/foo146.cur",
"http://cur.cursors-4u.net/food/foo-5/foo431.cur",
"http://cur.cursors-4u.net/food/foo-2/foo109.cur",
"http://cur.cursors-4u.net/food/foo-1/foo81.cur",
"http://cur.cursors-4u.net/sports/spo-2/spo145.cur",
"http://cur.cursors-4u.net/sports/spo-5/spo403.cur",
"http://cur.cursors-4u.net/sports/spo-1/spo26.cur",
"http://cur.cursors-4u.net/anime/ani-10/ani983.cur",
"http://cur.cursors-4u.net/anime/ani-10/ani997.cur",
"http://cur.cursors-4u.net/anime/ani-10/ani952.cur",
"http://cur.cursors-4u.net/anime/ani-11/ani1030.cur",
"http://cur.cursors-4u.net/anime/ani-2/ani201.cur",
"http://cur.cursors-4u.net/toons/too-5/too449.cur",
"http://cur.cursors-4u.net/toons/too-5/too430.cur",
"http://cur.cursors-4u.net/toons/too-10/too931.cur",
"http://cur.cursors-4u.net/games/gam-5/gam440.cur",
"http://cur.cursors-4u.net/games/gam-4/gam335.cur",
"http://cur.cursors-4u.net/games/gam-6/gam503.cur",
"http://cur.cursors-4u.net/games/gam-11/gam1045.cur",
"http://cur.cursors-4u.net/games/gam-12/gam1143.cur",
"http://cur.cursors-4u.net/nature/nat-2/nat120.cur",
"http://cur.cursors-4u.net/nature/nat-6/nat581.cur",
"http://cur.cursors-4u.net/nature/nat-9/nat865.cur",
"http://cur.cursors-4u.net/nature/nat-9/nat859.cur",
"http://cur.cursors-4u.net/nature/nat-1/nat4.cur",
"http://cur.cursors-4u.net/nature/nat-1/nat32.cur",
"http://cur.cursors-4u.net/nature/nat-1/nat95.cur",
"http://cur.cursors-4u.net/nature/nat-1/nat69.cur",
"http://cur.cursors-4u.net/nature/nat-1/nat95.cur",
"http://cur.cursors-4u.net/holidays/hol-1/hol4.cur",
"http://cur.cursors-4u.net/special/spe-1/spe20.cur",
"http://cur.cursors-4u.net/special/spe-2/spe114.cur"
];
daptarKursor = daptarKursor.sort(function() {return 0.5 - Math.random()});
document.body.style.cursor='url('+daptarKursor[0]+'), default';
}
gantiKursor();


function antiCK(e) {
if (e.which==3) {
alert("Sorry for any inconvenience, some feature were disabled to prevent plagiarism");
return false;
}
}
</script>
Nah kalau sudah simpan aja dan INGAT engak perlu dikasih nama,cukup kosongin aja pada kolom namanya,mudahkan lalu liad hasilnya,tara kursor berubah deh..bagi yang berhasil tingalkan komentar ya,dan bagi yang tidak berhasil tetap tanyakan pada komentar jangan pernah malu untuk mengantakanya..
Demikian dulu jangan lupa share ya

3 komentar :

  1. kagak berhasil bang..........
    keluarnya malah tulisan scriptnya bang.......?
    entah kalau langkahku salah bang......
    maklum...newbie....

    BalasHapus
  2. Bloggerinside udah diparse belum tu code diatas??karna kode diatas ane encode^^

    BalasHapus