How do I add change the scrollbar colors?Don't forget the start tags and end tags. All the codes on this page go in between these two tags!
You can change your cursor style with these codes. Keep in mind, custom cursors only work in Internet Explorer. Any other browser will simply see the default cursors.
 Changing CursorTo change your cursor, use this code. You can change the cursor attribute to default, wait, hand, help, move, e-resize, n-resize, sw-resize, ne-resize.
body {
 Changing Hover CursorTo change your cursor on hover, use this code. You can change the cursor attribute to default, wait, hand, help, move, e-resize, n-resize, sw-resize, ne-resize.
a:hover {
 Using Custom CursorTo use a custom cursor image, use this code. First, upload your .cur file to the internet, then add the URL of your cursor into this code.
body {
|