collapsible list

G

Guest

I have developed a collapsible list to be used as my navigation bar for my
website. However, when viewed in Mozilla the entire list always appears
instead of just the top levels for each list. How can I get the collapsible
list to work in Mozilla?
See http://www.yvlt.org/co_tax_credits.htm.
Thanks
YVLT
 
G

Guest

Most likely, the problem is that Mozilla requries a different syntax than IE
for making elements visible or invisible. If so, you'll have to find the
correct syntax for Mozilla and see if it works in IE.

If there's no single command that doesn't what you want in both browsers,
you may have to determine the browser type and execute the correct statement
accordingly. The unofficial term for this is "browser sniffing".

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*-----------------------------­-----------------------
|\----------------------------­-----------------------
|| Microsoft Windows SharePoint Services Inside Out
|| Microsoft Office FrontPage 2003 Inside Out
||----------------------------­-----------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/----------------------------­-----------------------
*-----------------------------­-----------------------
 
W

Wally S

Does this mean that when they designed Mozilla, they went out of their way
to make things difficult for people by using a different syntax?

Wally S
 
G

Guest

I have no comment except that everybody (Microsoft included) wants to
differentiate their product, an yet be *more* standards-compliant than their
competitor.

The fact that standards change from time to time "helps".

In the meantime, you may as well compain because Ford parts won't fit in
your Chevy.

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Windows SharePoint Services Inside Out
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
G

Guest

is there a way in Frontpage 2003 when using the collapsible list to have the
above list collapse automatically when choosing the next list to collapse.
for example:
If the list is
Home
Welcome
About Us

Is there a way to collapse Home when About Us is selected to view the
expanded list?

Thanks
yvlt
 
G

Guest

Yes, but not using the collapsible list feature as such. You would have to
assign ID codes to the list levels that you want tob e visible/hidden, and
then use Behaviors or custom JavaScript code so that clicks on one item make
any others invisible.

There are thousands of pre-written scripts that do this sort of thing. Try
searching on Google, or on www.dynamicdrive.com.

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Windows SharePoint Services Inside Out
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 

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

Top