How do i make a "drop up" menu?

Permalink
Hi just wondering, how do i make a "drop up" menu in C5? where do place the files (and how do i connect them?) how do i make it so instead of a drop down menu, its goes up.
(coz i need to have the menu in the bottom of my page)

/Mike

mikefatty
 
jordanlev replied on at Permalink Reply
jordanlev
This would be done entirely with CSS -- the concrete5 autonav block just outputs an unordered list (<ul> and <li> tags) for the menu -- it's up to you or whoever writes the theme you're using to make that list look the way you want.
So you'll want to google around for how to create "drop-up" lists with CSS (has nothing to do with Concrete5 specifically -- just make sure whatever tutorial or reference you use also builds off of an unordered list [<ul> and <li> tags]). Then whatever CSS you use to make that happen, put it into your theme's stylesheet.