CSS can be used to display different mouse cursor icons.
This tutorial will show how to change the mouse cursor icons. Below is a list of the most commonly accepted cursors:
Rolling over the links on this page display the pointer mouse icon.
Here is the CSS I used when compiling this site:
h5
{
font-size: 100%;
cursor: help;
}
As you can see any element given the h5 tag will display the mouse icon as a question mark when rolling over it.
130/11/05 - CSS Gallery
New CSS gallery featuring sites designed using cascading style sheets.
15/08/04 - CSS print media
Help and tutorial exploring the use of cascading style sheets to control the output of your web pages to printers