Is the dropdown menu used on this site available?

Posted by Community Admin on 03-Aug-2018 23:23

Is the dropdown menu used on this site available?

All Replies

Posted by Community Admin on 28-Feb-2012 00:00

Is the drop down menu displayed above for "Product", "Solutions", and "Resources" available to use with Sitefinity? (It is an available widget or a custom, proprietary widget?) We have a need to make a menu very similar to that, and before I reinvent the wheel, I thought I would ask. It is really great.

Dan

Posted by Community Admin on 29-Feb-2012 00:00

Its not available, but here's how I would do it

1) In your page template define a layout which will contain the menu, put all the items you want in it (prob not dynamic right?).
2) Inspect the css of this menu, it just has some CSS that pushes it up off the top of the visible area.  So do the same thing, but in page EDIT mode, override that to show it (so you can edit it)
3) Search this page in the firebug script tab for "var button = $('#toggle-link')" (minus the quotes).  It should give you the script that's doing the animation.

It shouldn't be hard to replicate, the hard part would be getting it to look as pretty :)

This thread is closed