How to Create a Drop Down Menu Blogroll used on blogger.com for that you can put it on your blogger blog now how easily by entering the code below into the HTML / JAVASCRIPT in Gadget bloggers. Follow this step :
1. After login to blog account, click Layout
2. Click Add or Add Element Element
3. Click on HTML / JAVASCRIPT
4. Copy and paste this code
2. Click Add or Add Element Element
3. Click on HTML / JAVASCRIPT
4. Copy and paste this code
=============================================
<select onChange="document.location.href=this.options
[this.selectedIndex].value;">
<option value="0" selected>Arsip Blog</option>
<option value="Links 1">Text 1</option>
<option value="Links 2">Text 2</option>
</select>
[this.selectedIndex].value;">
<option value="0" selected>Arsip Blog</option>
<option value="Links 1">Text 1</option>
<option value="Links 2">Text 2</option>
</select>
=============================================
6. It is finished.
Note :
Description:
The red text are links. text1 and 2 replace it with your links.
The blue text is the text that is displayed. It also should you replace.
Examples like this:
The red text are links. text1 and 2 replace it with your links.
The blue text is the text that is displayed. It also should you replace.
Examples like this:
<select onChange="document.location.href=this.options
[this.selectedIndex].value;">
<option value="0" selected>Arsip Blog</option>
<option value="http://mathematriks.blogspot.com/"> Create a Drop Down Menu </option>
<option value="http://mathematriks.blogspot.com/"> Make Automatic Readmore </option>
</select>
[this.selectedIndex].value;">
<option value="0" selected>Arsip Blog</option>
<option value="http://mathematriks.blogspot.com/"> Create a Drop Down Menu </option>
<option value="http://mathematriks.blogspot.com/"> Make Automatic Readmore </option>
</select>
To add or create a new link:
just copy / paste one line of an existing link and replace it with a website address that will be inserted into your blog..
just copy / paste one line of an existing link and replace it with a website address that will be inserted into your blog..
0 Comments:
Post a Comment