Oke, langsung saja ke topik permasalahan.
1. Login ke blog anda --> Design --> Edit HTML
2. Masukkan kode CSS berikut di salah satu tag, semisal a {
a {Tambahkan dengan cursor: hand; sehingga menjadi
color:#161515;
text-decoration:none;
}
a {Atau dengan kode HTML beserta contohnya
color:#161515;
text-decoration:none;
cursor: hand;
}
Ayoo Dekatkan Pointer Ke sini
Ayoo Dekatkan Pointer Ke Sini
3. Anda bisa mengganti cursor: hand; dengan macam macam cursor di bawah ini beserta juga demonya...
Cursor Type | Example (Move Mouse Over Text) |
auto | Shows it according to how the viewer has it set (plain) |
crosshair | Looks like a cross |
default | Makes the cursor stay the same |
move | Looks like you should be moving something |
hand | The hand you usually see over links |
help | A question mark beside the arrow |
text | The bar you see when the mouse is over text |
wait | The "waiting" hourglass! |
n-resize | An arrow- North |
s-resize | An arrow- South |
e-resize | An arrow- East |
w-resize | An arrow- West |
ne-resize | An arrow- NorthEast |
nw-resize | An arrow- NorthWest |
se-resize | An arrow- SouthEast |
sw-resize | An arrow- SouthWest |
4. Save!
thenks...