Re: Drop Down Menus

From: Murray (forums_at_HAHAgreat-web-sights.com)
Date: 08/03/04


Date: Tue, 3 Aug 2004 08:35:10 -0400

You could use something as simple and trouble free as a form's select tag,
or you could use a combination of javascript and absolutely positioned page
elements ('layers'), or you could use one of the many all-javascript
solutions available on the web.

Personally, I would never recommed the latter, as there are many unforseen
problems that may arise when you use them (particularly if you are not
experienced enough to anticipate them).

I always use the middle choice when I need such critters. By inserting,
positioning, and then hiding a layer to hold your subordinate choices, you
can easily reveal it when mousing over the top-level menu option. The trick
is to hide the layer after reading your choices. If you are interested, I
can explain that for you....

-- 
Murray
"Jennifer" <Jennifer@discussions.microsoft.com> wrote in message
news:732F7210-8B6E-4814-A46E-738C4DB83C68@microsoft.com...
> How do you set up this type of situation:
>
> You have a picture that says "our services"
> You click on it and it gets bigger but also says "product liability"
"general liability" and so on. All in a row and then you can click on those
too and then on the same screen will display whatever you clicked on.
> Is that w/Macromedia Flash? Thanks.