What is dropdown menu?Dropdown menu is like this : Blog Archive How To Create Dtree Menu How to Create Search Engine Here is the trick how to create dropdown menu :Copy the code below and put it on your page elements.<select onChange="document.location.href=this.options[this.selectedIndex].value;"><option value="0" selected>Blog Archive</option><option value="Links 1">Text 1</option><option value="Links 2">Text 2</option></select>The red text is links, change it with your links.The blue text is Anchor text. Yau must change it.For example :<select onChange="document.location.href=this.options[this.selectedIndex].value;"><option value="0" selected>Blog Archive</option><option value="http://trick-blog.blogspot.com/2008/02/tutorial-to-create-dtree-menu.htmll">...