Collapsible Lists

L

Linda

I am using Frontpage 2002. Is there a way to have the
top level of a collapsible list show the finger pointer
so people know to click on it to view the collapsible
list? I want them to remain on the same page until they
select a hyperlink from the collapsible list. Thanks for
your help.
 
J

Jon

Hi Linda,
you can make a CSS style like this
<style type="text/css">
ul{
cursor:pointer;
cursor:hand;
}
ul ul{
cursor:default;
}
</style>
this will make the first level have the "finger" cursor

Jon
Microsoft MVP - FP
 
R

Ruby Tuesdays

How would you create a collapsible list using CSS(example please)? Can you
also make it tree-like menu? Thanks
 
G

Guest

Linda - did you get your collapsible list to work? I am using 2003 and I have tried many times to get mine to work. I have made the outline and go back and selected enable collapsible and initially collapse. I view in preview and also in my browser and it just looks the same. Any hint? I have been to all the online tutorials and help pages. This can't be this difficult. I know others have in their websites.
 
G

Guest

I haven't been able to find a way to make collapsible lists work and so your posting. Did you get an answer

----- SLCarr63 wrote: ----

Linda - did you get your collapsible list to work? I am using 2003 and I have tried many times to get mine to work. I have made the outline and go back and selected enable collapsible and initially collapse. I view in preview and also in my browser and it just looks the same. Any hint? I have been to all the online tutorials and help pages. This can't be this difficult. I know others have in their websites.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top