Sunday, April 17, 2011

How to make Drop down menu for blogger

0 comments
How to make Drop down menu for blogger



This will helps you to arrange your page space.you can add
more link on drop down menu.its easy  try it. it will  helpful
 to you. ill give example  how to make it.
you can add it to add gadget. follow these steps.

1. Log in to your blogger account and Go to Design >>page Element

2.Click Add gadget and Select HTML/JavaScript 

3. Now paste paste below code

<form><select name="menu" onchange="window.open 
(this.options[this.selectedIndex].value,'_blank')" size="1"
style="width:200px">

<option> -Best Blogger Trcks - </option>
<!-- change the links with your own -->
<option value="http://www.bloggertrix.com/">Blogger Trix</option>
<option value="http://twitter.com/soharox">Twitter Follower</option>
<option value="http://www.facebook.com/pages/Blogger-Trix/110888928990749">Be a Facebook fan</option>

</select></form>

Note: Replace 200 width with your  like
          Change URL as your like

4. Now save  HTML/JavaScript  

   you are done.

Leave a Reply

Related Posts Plugin for WordPress, Blogger...