Wish to create a Drop Down Menu in Blogger?
Steps:
1>Go to Layout->Page Elements ->Add a Gadget -> Choose 'Html/Javascript' Gadget.
2>Insert this code into the Gadget:
<form><select name="menu" onchange="window.open(this.options[this.selectedIndex].value,'_blank')"
size=1 name=menu>
<option>- Your Menu Title -</option>
<!-- Change the following links to your own -->
<option value="http://URL of link1">Link 1</option>
<option value="http://URL of link2">Link 2</option>
<option value="http://URL of link3">Link 3</option>
<option value="http://URL of link4">Link 4</option>
<option value="http://URL of link5">Link 5</option>
</select></form>
3>Replace 'Your Menu Title' with the Menu Title of your choice.
4>Replace 'Url of Link1' with the url of your choice.
5>Replace Link1 with the name of the url of your choice
6>Repeat the same proceduce for other url links.
7>Save the gadget and close
Blogger Templates
Thursday, December 17, 2009
Creating Drop Down Menus in Blogger
Author: Sparkling Star
| Posted at: 1:55 PM |
Filed Under:
Blogger Tips-Tricks-Treats,
Creating Drop Down Menus
|
Subscribe to:
Post Comments (Atom)
1 comments:
Good dispatch and this fill someone in on helped me alot in my college assignement. Thank you as your information.
Post a Comment