Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

how do I build menus with a drop down?


Go to End


2 Posts   1753 Views

Avatar
andrewjs18

Community Member, 1 Post

13 June 2010 at 8:01am

Edited: 13/06/2010 8:02am

Hello,

I'm a newbie and trying out silverstripe to see if I should move a very large joomla site I help manage over to a new CMS.

anyhow,

how do I build a drop down menu?

I thought by simply creating a child item under the top item it would work.

I'm using the pixelgreen theme.

http://andrewshemo.com/cms2/

I set up the drop down under about us.

see the attachment for what I did.

I'm using SS 2.4.0

Attached Files
Avatar
Willr

Forum Moderator, 5523 Posts

13 June 2010 at 11:41am

Simply creating a child page won't work unless the template author has setup a dropdown menu (which I don't believe that theme has) to make a dropdown menu you would have to customize the template (menu html would be under themes/pixelgreen/templates/Page.ss).

I like using the cssplay menus - http://www.cssplay.co.uk/menus/. Good resource of html / css based menus.