Page 1 of 1

How can you create a dyamic <select> tag menu?

Posted: Mon Jan 14, 2008 10:19 pm
by winzippy
This is how the site is set up:

Home

Dept 1
    Category 1
        Product 1
        Product 2
        Product 3
    Category 2
        Product 1


Dept 2
    Category 1
        Product 1
        Product 2


Basically, I want to put a menu in the category with options to click on the products. I could code this manually, but this need be built dynamically by cmsms.

Any ideas?

Re: How can you create a dyamic <select> tag menu?

Posted: Mon Jan 14, 2008 10:23 pm
by Dr.CSS
Not sure what you mean by this do you have an example?...

You can use, when editing/adding a page, Content Type: 'link'...

Re: How can you create a dyamic <select> tag menu?

Posted: Tue Jan 15, 2008 9:12 am
by hexdj
if I understand correctly what you mean is, sort of a dropdown menu, but using the tag that is usually found in forms?

You'll have to go to Menu Manager and edit your default template. You basically have to replace the tags for and the tags for . I am not exactly sure how to trigger the link when its selected though.