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
(coz i need to have the menu in the bottom of my page)
/Mike
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.