How to make drop down menu Blogger
This tutorial guide you how to make drop down menu in blogger.
To prevent your list becoming a horrible list, try to make a drop down list.
In blogger classic :
- Login to blogger, then open template
- find this code&<BloggerArchives>
<a href=”<$BlogArchiveURL$”$gt;’><$BlogArchiveName$></a>
</BloggerArchives> - Then Replace with this code<select name=”archivemenu”
onchange=”document.location.href=this.options[this.selectedIndex].value;”><option selected>- Archives -</option>
<BloggerArchives>
<option value=”<$BlogArchiveURL$>”><$BlogArchiveName$></option>
</BloggerArchives></select>
- Save changes and republish
For New Layout Blogger
- Login first, then Layout
- Page Elements, BlogArchives then mark the Drop Down menu
- Save changes and Done
By the way, if you want to make your own drop down menu, let see more..
See this script:
<form><select onchange=”window.open(this.options[this.selectedIndex].value,’_blank’)” size=”1″ name=”menu”>
<option>- Adiestudio -</option>
<option value=”http://adiestudio.com/2008/05/29/download-soundtrack-from-naruto-fc/”>Soundtrack</option>
<option value=”http://adiestudio.com/2008/05/29/free-bible-for-mobile-phones/”>Bible for mobile</option>
<option value=”http://adiestudio.com/2008/05/27/3-columns-blogger-template-xml-new-templates/”>XML Template</option>
<option value=”http://adiestudio.com/2008/04/08/youtube-is-banned/”>Youtube Banned</option>
<option value=”http://adiestudio.com/2008/04/02/gweblogs/”>GWEBLOGS</option>
<option value=”http://adiestudio”>Home</option></select></form>
And the result is


Comments (No comments)
What do you think?