Drop down menu for BlogRoll
Blogging Category
Here I shall give a small piece of code with which BlogRoll could be made to work as a dropdown menu.
After logging into Blogger.com , go to Layout section, then click on Add a Gadget/Add a page element, and select it as HTML/JavaScript.
Now put the following code 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://bloggerstop.net">Blogger Widgets</option>
</select></form>
You need a small change to affect the whole story. place your blog url in the above ‘yourlink.com’ like places
Now Check your blog in another window.