Agustus 28, 2009

How to Make Dropdown Menu

You may notice the dropdown menu that I put above. I decided
make my blog look into this in order to facilitate the navigation, so that
visitors get the information he wants with ease. To make it follow the steps below:


1. Log into your Blogger account
2. Click the "Layout" and click "Add Gadget"
3. Choose HTML / JavaScript
4. Copy the following code:
<!--script from http://anothertutorials.blogspot.com-->
<form name="dropdown">
<div align="center"&g
<select name="url" size="1"
onChange="window.open(this.options[this.selectedIndex].value,'_top')">
<!--INSERT YOUR DROPDOWN MENU-->
<option selected>Nama Menu</option>
<!--INSERT THE URL ADDRESS!-->
<option value="http://anothertutorials.blogspot.com">Page1</option>
<option value="
http://anothertutorials.blogspot.com">Page2</option>
<option value="
http://anothertutorials.blogspot.com">Page3</option>
<option value="
http://anothertutorials.blogspot.com">Page4</option>
</select>
</div>
</ form>
5. Replace red text with the address you prefer to, and replace
word blue printed with your own options. \
6. Click "Save" and set the widget's position

 


0 komentar:

Posting Komentar