After you see the menu above, you know it can be used for blog archive. Beside that, the advantage of that menu is only need a small space. What? You want to try this trick ? OK, be patient, i will give the steps
1. Log in to your blogger account
2. Go to Design>>>Page Elements>>>Add Gadget
3. Choose HTML/Java Script
4. Then, copy the code below, and paste on the place
<select onchange="javascript:window.open(this.options[this.selectedIndex].value);">
<option value="0" selected>Menu Title</option>
<option value="Links 1">Text 1</option>
<option value="Links 2">Text 2</option>
</select>
*change the blue text with your text<option value="0" selected>Menu Title</option>
<option value="Links 1">Text 1</option>
<option value="Links 2">Text 2</option>
</select>
*and green text for your links
For example :
<select onchange="javascript:window.open(this.options[this.selectedIndex].value);">
<option value="0" selected>Search Engine List</option>
<option value="http://www.google.com/">Google</option>
<option value="http://www.yahoo.com/">Yahoo!</option>
</select>
So, the result will be like this<option value="0" selected>Search Engine List</option>
<option value="http://www.google.com/">Google</option>
<option value="http://www.yahoo.com/">Yahoo!</option>
</select>
5. Done? Save now
No comments:
Post a Comment