sub menus?

222collective / 2009-12-09 04:43:45   

hey, i want to create sub menus in my exhibits.

222collective.com

i would like that when i clic PEOPLE, curti and dane opens, but then i wish that when you clic on curtis, more otions would open under curtis.

is that possible with indexhibit? or the way that i did it right now is the only way..

also, please give comments! this site is realllllly under construction. feedback is needed.

thanks
222

arsondpi / 2009-12-09 07:42:42   

oh cmon... - no link back. Have a read at the forum rules...

222collective / 2009-12-09 15:34:38   

oh of course theres a link back.

check ABOUT

Vaska A / 2009-12-09 17:25:43   

It's possible to make sub menus but it's really an advanced thing. I wouldn't even know how to explain this to somebody.

222collective / 2009-12-09 17:28:44   

alright.

thanks anyway.

arsondpi / 2009-12-09 17:29:35   

ok my mistake.

Anyhow, you can't do more than the way things are now.
You're after a two level menu which cannot achived out of the box.

but you can do something similar by inserting html two level menus in the pre-nav or post nav areas...

  1. <ul>
  2. ¬†¬†¬†¬†<li class='section-title'>PEOPLE</li>
  3. ¬†¬†¬†¬†¬†¬†¬†¬†<li class='level1'>curtis</li>
  4. ¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†<li class='level2'><a href='http://222collective.com/people/curtis/'>a choice</a></li>
  5. ¬†¬†¬†¬†¬†¬†¬†¬†<li class='level1'>danegerus</li>
  6. ¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†¬†<li class='level2'><a href='http://222collective.com/people/danegerus/'>1</a></li>
  7. </ul>

and of course style .level1 and .level2 in your style.css accordingly.

This thread has been closed, thank you.