Use CSS -
li { cursor

ointer; cursor:hand; }
(the latter style is for IE, and the former is for the rest of the world)
This will style all list elements with the 'finger'.
--
Murray
"Jo" <(E-Mail Removed)> wrote in message
news:6645E21A-349B-4CC8-BF0B-(E-Mail Removed)...
> One thing I really don't like about the collapsible lists (in FP2002) is
> there is nothing to show that the list is expandable. I wish the cursor
> would change to the pointing finger, as it does for hypertext links.
>
> Apart from using a graphic at the top level(s) to indicate this, is there
> any way I can change the behaviour of the cursor?
>
> Thanks.