You are not logged in.
Hello,
is this what this plug in does: http://textpattern.org/tips/325/section-and-category-pull-down-menus ?
Currently I want to navigate through categories not by clicking a menue item but by choosing the category from a pulldown…and then the page refreshes and the content of the category shows up.
Is this, what is described in this thread here?
(And by the way…thes plug in seems to be based on java script, I wanted to avoid that…but this solution in the thread here, works without java script?!)
…EDIT: No it’s not a plug in, it’s an code example…but though based on java script.
Last edited by fantasmo (2012-06-21 13:28:23)
Offline
I don’t think a select input element can trigger a change to the current page without JavaScript. Maybe you could use some pure css menu that acts like a dropdown? Something like this css3 dropdown
Last edited by MattD (2012-06-21 17:00:40)
Offline