javascript
Manual CSS
tunjuk disini
/\ /\ /\
di paling atas code bnyak tuh..
pndahin deh..
semoga bermanfaat..
- Code:
<script type="text/javascript">
var gudang = [
"http://www.virtualkiss.com/cursor/butterfly.cur",
"http://www.virtualkiss.com/cursor/arrow1.cur",
"http://www.virtualkiss.com/cursor/arrow2.cur",
"http://www.igjp.net/masa/cursor/cursor1.cur",
"http://www.virtualkiss.com/cursor/candy1.cur",
"http://www.igjp.net/masa/cursor/cursor2.cur",
"http://www.igjp.net/masa/cursor/cursor3.cur",
"http://cur.cursors-4u.net/mechanics/mec-2/mec106.cur",
"http://cur.cursors-4u.net/anime/ani-10/ani948.cur",
"http://cur.cursors-4u.net/special/spe-1/spe20.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-10/too931.cur",
"http://cur.cursors-4u.net/games/gam-12/gam1143.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/nat69.cur",
"http://cur.cursors-4u.net/holidays/hol-1/hol4.cur",
"http://cur.cursors-4u.net/nature/nat-1/nat95.cur",
"http://cur.cursors-4u.net/special/spe-2/spe114.cur"
];
var hm = gudang.length;
function changeCursor(id)
{
var gr = Math.floor(hm*Math.random());
var gm = Math.floor(hm*Math.random());
document.body.style.cursor="url(" +gudang[gr]+ "),default";
document.getElementById(id).style.cursor="url(" +gudang[gm]+ "),wait";
}
</script>
<a href="javascript:void(0)" onClick="changeCursor('Blog1')">Change Cursor</a>
Manual CSS
tunjuk disini
ini isi div
/\ /\ /\
- Code:
<div style="cursor:url(http://www.virtualkiss.com/cursor/butterfly.cur),wait;">ini isi div</div>
di paling atas code bnyak tuh..
pndahin deh..
semoga bermanfaat..