How to integrate a menu strucuture into cmsms?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
TJINAK
Forum Members
Forum Members
Posts: 136
Joined: Wed Feb 22, 2006 1:01 am

How to integrate a menu strucuture into cmsms?

Post by TJINAK »

Hello,

I'm looking for advice on how I might add in a menu structure to work like this site:

http://www.osceolalibrary.org/

The rollover image and menu display is very nice but I don't want to lose the ability to add new pages, etc.  I need to have them dynamically appear like the default cmsms menus.

Thank you,
Tim
maranc
Forum Members
Forum Members
Posts: 249
Joined: Tue May 04, 2010 5:04 pm

Re: How to integrate a menu strucuture into cmsms?

Post by maranc »

This effect is maked in javascript, you can see this in source site code.

Marek A.
uniqu3

Re: How to integrate a menu strucuture into cmsms?

Post by uniqu3 »

The menu is using Mootools framework for the effect it shouldn't be to difficult to integrate but you would probably need to use page_attributes in the menu manager for a better control of classes and ids used in the menu.

You can find tutorials on how to build this in xhtml,css:
Mootools: http://davidwalsh.name/get-slick-mootools-kwicks
jQuery: http://www.alohatechsupport.net/webdesi ... query.html

The menumanager part, you will have to figure out.
TJINAK
Forum Members
Forum Members
Posts: 136
Joined: Wed Feb 22, 2006 1:01 am

Re: How to integrate a menu strucuture into cmsms?

Post by TJINAK »

Thanks for the feedback.  I'm going to try and work through it with the links you provided.

I'm not sure what to do for the menu integration to cmsms...

Thank you for the help.

Tim
Post Reply

Return to “Layout and Design (CSS & HTML)”