I am hardly an HTML guru so it is easy for me to learn new stuff almost every day. One of the things I learned recently is that you can use CSS to, assuming a compliant browser, display a different mouse pointer. For example, hovering over any of the acronyms on this page should cause your mouse pointer to change to whatever you are using for "help".
Thanks to the diveintomark site for the code.
acronym, abbr { cursor: help;
}
I know this is starting to sound like a broken record but I need to get going so I can work on Salary Commission stuff so I gotta go.
Aloha!