CSS- Lesson 9 - Changing the cursor
This is a very easy little trick, you can change the cursor to highlight important information or just as part of your design. The code is simple, you justadd a single line of code to the div (or item ) you wish the Cursor to change over.
cursor:#####;
replace the hash with one of the following worlds andpaste that code into your css. The cursor types are.
Crosshair
defult
pointer
move
text
wait
help
Experient and enjoy!!!