PC Review


Reply
Thread Tools Rate Thread

Collapsible lists, appearance of..

 
 
=?Utf-8?B?Sm8=?=
Guest
Posts: n/a
 
      21st Jan 2005
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.
 
Reply With Quote
 
 
 
 
Murray
Guest
Posts: n/a
 
      21st Jan 2005
Use CSS -

li { cursorointer; 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.



 
Reply With Quote
 
=?Utf-8?B?Sm8=?=
Guest
Posts: n/a
 
      21st Jan 2005
Thanks Murray.
Where do I put this css code? I've got an external css for the site, but is
it possible to do this just for individual lists or individual pages?

"Murray" wrote:

> Use CSS -
>
> li { cursorointer; 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.

>
>
>

 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      21st Jan 2005
Sure.

You could use -

ul.special li { cursorointer; cursor:hand; }

and it will only style lists that have that class assigned -

<ul>
<li> not me! </li>
</ul>
....
<ul class="special">
<li>eat your heart out!</li>
</ul>

--
Murray

"Jo" <(E-Mail Removed)> wrote in message
news:130136EF-2A54-49F4-B80A-(E-Mail Removed)...
> Thanks Murray.
> Where do I put this css code? I've got an external css for the site, but
> is
> it possible to do this just for individual lists or individual pages?
>
> "Murray" wrote:
>
>> Use CSS -
>>
>> li { cursorointer; 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.

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Collapsible lists Confused by FrontPage Microsoft Frontpage 2 15th Apr 2010 07:43 AM
Collapsible Lists eacordov Microsoft Word Document Management 1 24th Mar 2009 08:46 AM
Collapsible Lists eacordov Microsoft Word Document Management 0 20th Mar 2009 04:54 PM
Collapsible Lists SS Microsoft Frontpage 0 3rd Dec 2007 12:22 AM
Collapsible Lists =?Utf-8?B?TGlzYQ==?= Microsoft Frontpage 1 13th Oct 2007 09:18 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:44 PM.