Dropdown menu in blogger theme

How to Create a Drop Down Menu in Blogger

css and js ;)
 
Последно редактирано от модератор:
How to Add a Drop Down Menu Navigation in Blogger

Download the file and upload it to your hosting and do not forget to remember the location in order to post it in the code. There are 2 codes here - one for the header.php and one for the CSS. Hope it will work for you. As I see it, there is no way to have any problems. ;)

I amusing blogger. :)
 
Последно редактирано от модератор:
Try this: http://www.dropdownmenugenerator.com/Blog.aspx?ID=20131122. There is a full description how to do it properly. Or just look at the code below and make it happen. All you need to do is to change the given links there and put the code on the place where your buttons are.

<div id='mbtnavbar'>
<ul id='mbtnav'>
<li>
<a href='LINK TO PAGE 1’>NAME OF PAGE 1</a>
</li>
<li>
<a href='LINK TO PAGE 2’>NAME OF PAGE 2 </a>
<ul>
<li><a href=’LINK TO PAGE 2, SUB-PAGE 1 '>NAME OF PAGE 2, SUB-PAGE 1</a>
</li>
</ul>
</li>
<li>
<a href='LINK TO PAGE 3'>NAME OF PAGE 3</a>
<ul>
<li><a href='LINK TO PAGE 3, SUB-PAGE 1’>NAME OF PAGE 3, SUB-PAGE 1</a>
</li>
<li><a href='LINK TO PAGE 3, SUB-PAGE 2’>NAME OF PAGE 3, SUB-PAGE 2 </a>
</li>
<li><a href='LINK TO PAGE 3, SUB-PAGE 3’>NAME OF PAGE 3, SUB-PAGE 3 </a>
</li>
</ul>
</li>
</li></ul>
</div>



The sections in capitals need to be customised to your blog. For me, the start of the syntax looks like this:

<div id='mbtnavbar'>
<ul id='mbtnav'>
<li>
<a href='http://www.bitesizedthoughts.com/'>Home</a>
</li>
<li>
<a href='http://www.bitesizedthoughts.com/p/about-this-blog.html'>About this blog</a>
<ul>
<li><a href='http://www.bitesizedthoughts.com/p/disclosure-policy.html'>Disclosure policy</a>
</li>
</ul>
 
Последно редактирано от модератор:

Горе