April 09, 2008
How to Create Dropdown Menu
Kendhin
What is dropdown menu?
Dropdown menu is like this :
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"> How to Create Dtree Menul </option>
<option value="http://trick-blog.blogspot.com/2008/01/how-to-create-search-engine-in-blogger.html"> How to Create Search Engine </option>
</select>
The result would be like this:
To add more menu/item, put a code like below
<option value="Links 3">Text 3</option>
before this code </select>
If you want the links opened in new window, change the code below
<select onChange="document.location.href=this.options[this.selectedIndex].value;">
with this code ::
<select onchange="javascript:window.open(this.options[this.selectedIndex].value);">
The resul would be like this:



16 Responses to "How to Create Dropdown Menu"
Thank You :)
this really save my sidebar space... :)
Thanks for this! I am wondering if you can change the width? i want to put it in my sidebar and i have 2 so the width is off. i know i can put in shorter link text- but this will not work for me. can a set size be put in the code?
Thanks
thanks
I know about it but you explain in excellent way.
That will help in Website design.
hloooo
thanks
http://Tips-tricks-for-blogger.blogspot.com
U Will Be Surprise Check This Out Guys!
http://Tips-tricks-for-blogger.blogspot.com
U Will Be Surprise Check This Out Guys!
酒店經紀
酒店工作
禮服酒店
酒店兼差
酒店
酒店兼職
酒店上班
台北酒店
酒店pt
兼差打工
打工兼差
酒店正職
酒店賺錢
酒店喝酒
酒店消費
喝花酒
粉味
喝酒
Post a Comment