drop down menu code

G

Guest

Does anyone know of a "drop down menu" code that does NOT use forms.
Example: I'm wanting to list a line of products. I have a button that says
"toys". When the toys button is clicked, I want a drop down menu that
displays "1:16", "1:32", "1:64" ect.
Any help approciated.
 
T

Thomas A. Rowe

A drop down menu is a form field, and requires for tags.

Are you talking about JavaScript DHTML Menus, which is where additional selection appear under a
menu option either when you click or mouse over a menu item?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
S

Stefan B Rusynko

See http://www.dynamicdrive.com/dynamicindex1/

--




| yes... thats what I'm talking about... JavaScript DHTML Menus...
|
| "Thomas A. Rowe" wrote:
|
| > A drop down menu is a form field, and requires for tags.
| >
| > Are you talking about JavaScript DHTML Menus, which is where additional selection appear under a
| > menu option either when you click or mouse over a menu item?
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > ==============================================
| > If you feel your current issue is a results of installing
| > a Service Pack or security update, please contact
| > Microsoft Product Support Services:
| > http://support.microsoft.com
| > If the problem can be shown to have been caused by a
| > security update, then there is usually no charge for the call.
| > ==============================================
| >
| > | > > Does anyone know of a "drop down menu" code that does NOT use forms.
| > > Example: I'm wanting to list a line of products. I have a button that says
| > > "toys". When the toys button is clicked, I want a drop down menu that
| > > displays "1:16", "1:32", "1:64" ect.
| > > Any help approciated.
| >
| >
| >
 

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