I'm not sure how you plan to do this without getting your
feet a little wet in HTML. Here are two links that could
help you:
http://javascript.internet.com/navigation/
http://javascript.internet.com/navigation/cascade-menu.html
The first link lists many potential sources, and the
second one is more specific. I suppose there may be a web
site out there that could manufacture a menu for you --
this would be most helpful -- but I know of no such site.
Such a site would spit out some JavaScript code, and then
you could insert it into your site (as an HTML snippet).
You could probably avoid going into HTML this way -- I
dunno. There is also software that can create menus.
I suggest getting to know just a tad bit of HTML -- you'd
be surprised at how little you need to know just to "get
by". I couldn't create an entire page in HTML, but I
certainly know how to find my way. It's so simple to
learn the basics, it just makes no sense to avoid it.
FrontPage color-codes the HTML, which makes reading it a
thousand times easier.
And personally speaking, I wish SVG or some other format
would replace HTML (for most web documents) because HTML
is so limited and "boxy". Flash is a cool replacement,
but too much of a pain to generate and edit.
-----Original Message-----
I am new to FP (2003) and I am trying to create a roll
over menu to pop out of an animated button (or icon). The
web page is for a school, so when someone rolls the mouse
over "For Parents", I want a menu appear directly below
the words "For Parents" with options such as: "Schedule,
PTA, Staff Bios" etc. all in decending order. Then a
parent can click on the link and go to that page. Can
anyone help me discover how to create this with out using
HTML? I have looked everywhere in the program and on-line
I can think of. Thank you