Posts: 14
Threads: 5
Joined: Oct 2012
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
Posts: 14
Threads: 5
Joined: Oct 2012
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
Posts: 89
Threads: 6
Joined: Mar 2011
(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.
Posts: 14
Threads: 5
Joined: Oct 2012
2012-11-13, 12:31:15
(This post was last modified: 2012-11-13, 12:41:51 by apowell.)
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