Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Adding drop down menus
#1
How do I add a drop down menu into my theme?
I don't need anything fancy, just a solid orange menu that drops down when the mouse is hovered over. I have I18n installed as a plugin
Reply
#2
I need it so that the HTML is laid out like this:

<ul>
<li>About Us
<ul>
<li><a href="#">History</a></li>
<li><a href="#">Clients</a></li>
<li><a href="#">Testimonials</a></li>
<li><a href="#">Staff</a>
</ul>
</li>
</ul>

Then I can set the CSS so that <ul> tags inside <li> tags equal a sub menu. I need GetSimple to add new pages into the menu like this. So for example I make the History page and set About Us as the parent and it sticks it in the menu like above
Reply
#3
(2012-11-13, 10:58:58)apowell Wrote: I need it so that the HTML is laid out like this:

<ul>
<li>About Us
<ul>
<li><a href="#">History</a></li>
<li><a href="#">Clients</a></li>
<li><a href="#">Testimonials</a></li>
<li><a href="#">Staff</a>
</ul>
</li>
</ul>

Then I can set the CSS so that <ul> tags inside <li> tags equal a sub menu. I need GetSimple to add new pages into the menu like this. So for example I make the History page and set About Us as the parent and it sticks it in the menu like above
1. Install the I18N Plugin
http://get-simple.info/extend/plugin/i18n/69/
2. Follow mvlcek's guide on his site
http://mvlcek.bplaced.net/get-simple/mul...ldown-left
This should get you started.
Todo arde si le aplicas la chispa adecuada.
Reply
#4
Thanks, that added the functionality that I needed.
Now I just need to adjust the CSS to make it look like I want it to!

One last thing, my menu options are vertical and the customer wants them to drop down. This image shows this:

http://i.imgur.com/oI9er.png

However they are going horizontal like this:

http://i.imgur.com/yOXyk.png

The drop down aspect now works fine though
Reply




Users browsing this thread: 1 Guest(s)