Hi Bill,
haven't used this behaviour so I might be misunderstanding the question -
but in general to get a hand you'd do
<style type="text/css">
..someClass{
cursor:hand;
cursor

ointer;
}
</style>
<p class="someClass" title="some interesting text">a hand cursor and a
title</p>
you have to use hand and pointer for cross browser support - but they both
do the same thing - hand==pointer. It's better to put the behaviour on an <a
href tho - this way you get NN4 support