Multi-Level Links in Frontpage 2003

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I add multi-level link bars where links at different levels appear on mouse-over in Frontpage 2003? Thanks.
 
-----Original Message-----
How do I add multi-level link bars where links at
different levels appear on mouse-over in Frontpage 2003?
Thanks.

1. Make each menu command or menu leaf a Layer.
2. Use Absolute Positioning to line up everything as you
want.
3. Make all the menu command layers initially visible,
and all the menu leaves initially invisible.
4. For exam menu command, add Behaviors to:
a. Make its leaf visible.
b. Make all other leaves invisible.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*==========----------
|\=======--------
|| Microsoft Office FrontPage 2003 Inside Out
|| Microsoft FrontPage Version 2002 Inside Out
|| Web Database Development Step by Step .NET Edition
|| Troubleshooting Microsoft FrontPage 2002
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/=======--------
*==========----------
 
what are you tryin to describe. Is there a visual example of this somewhere?
 
There is a code sample at http://www.sharepointcustomization.com/resources/codesamples.htm

--




| what are you tryin to describe. Is there a visual example of this somewhere?
|
| | > >-----Original Message-----
| > >How do I add multi-level link bars where links at
| > >different levels appear on mouse-over in Frontpage 2003?
| > >Thanks.
| >
| > 1. Make each menu command or menu leaf a Layer.
| > 2. Use Absolute Positioning to line up everything as you
| > want.
| > 3. Make all the menu command layers initially visible,
| > and all the menu leaves initially invisible.
| > 4. For exam menu command, add Behaviors to:
| > a. Make its leaf visible.
| > b. Make all other leaves invisible.
| >
| > Jim Buyens
| > Microsoft FrontPage MVP
| > http://www.interlacken.com
| > Author of:
| > *==========----------
| > |\=======--------
| > || Microsoft Office FrontPage 2003 Inside Out
| > || Microsoft FrontPage Version 2002 Inside Out
| > || Web Database Development Step by Step .NET Edition
| > || Troubleshooting Microsoft FrontPage 2002
| > || Faster Smarter Beginning Programming
| > || (All from Microsoft Press)
| > |/=======--------
| > *==========----------
| >
|
|
 
Jim,
We've been through this before - don't use layers for the menu commands. To
make a single level menu in FP is a piece of cake (it even works in NN4 -
imagine that!)
http://www.roksteady.net/fpmenu/
To make a multi level menu can be done with FP behaviours but its more work
than I'd want to do - better to go the script route.
http://www.roksteady.net/fp/multilevel/
Note the script is quite small - one day I might write up a tutorial.....

Jon
 
jon spivey said:
Jim,
We've been through this before - don't use layers for the menu commands. To
make a single level menu in FP is a piece of cake (it even works in NN4 -
imagine that!)
http://www.roksteady.net/fpmenu/
To make a multi level menu can be done with FP behaviours but its more work
than I'd want to do - better to go the script route.
http://www.roksteady.net/fp/multilevel/
Note the script is quite small - one day I might write up a tutorial.....

There are problems and trade-offs either way.

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