Wednesday, March 4, 2009

Make a DropDown Menu

Drop Down Menu? What is the Drop Down Menu? Drop Down menu is the menu like this:



Already know? Certainly is. Continue what function this dropdown menu? Many.

With the drop down menu, you can save this page so that the space is not long down and save the text links to other posts. You can fill with whatever you want. It can also list for blogrol. How? Interested? If interested please follow the steps below.

1. Login to Blogger , click Layout -> Add Gadget -> HTML / Javascript .

2. Enter this code:
<select onChange="document.location.href=this.options[this.selectedIndex].value;">
<option value="0" selected>Pilih Trik
</option>
<option value="Link ">Teks 1</option>
<option value="Link 1">Teks2</option>
</select>


On the link 1, you can fill in the destination URL, and Text can be replaced with a URL wrapper.

To extend the menu, just duplicate code <option value="Link 1">Teks2</option> , but remember duplicate still ended with
</select>


1 comments:

Seti@wan Dirgant@Ra said...

okey bro aku coba, tengkyu,...

Post a Comment