CSS: help tip, cursor: help;

Cursor: HELP; gives you a nice "?" mark when you mouse over the help item.


.help_link {

padding: 15px;

text-align: justify;

font-variant: small-caps;

color: gray;

text-decoration: underline;

cursor: help;

}

No comments:

Post a Comment