Drop Down Menu For Blogger



Drop Down Menu For Blogger as everybody would like it in the blog more enough i have found thousands of people searching it on internet.Then i thought of having an tutorial on it. What is Drop Down Menu ? Its Just and widget where one choose an option and click the menu he like , then new window will open with the option selected. 


Now how to make this drop down menu.

Just GO To ,

LAYOUT > ADD PAGE ELEMENT > HTML /JAVASCRIPT

Add the below codes to it and Save It.


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

<option>- Your Title - </option>

<!-- change the links with your own -->

<option value="http://yourlink.com">Title One</option>

<option value="http://yourlink.com">Title second</option>

<option value="http://yourlink.com">Title Third</option>

<option value="http://anshuldudeja.blogspot.com">blogger widget</option>

</select></form>


* Change the links and text in red according to your blog menu.

You can increase the options in codes to increase your drop down menu links.

Width of drop down menu depends on the length of the titles you using in them.


Cherzz... 

Comments