Jumat, 13 Mei 2011

Simple Pull Down Menu

Creating a Pull Down menu is not too difficult as you think, the benefits when we make a link is we dont need to much place for our link, but most of the bloggers they dont like it when their blogs linked using pull down menu, yeah everyone they have their opinion right.

well lets begin the first time after logging in, click the Layout (template) -> Page Element -> Click Add Page Element where the menu will be placed. -> In the dialog box "Choose a New Page Element" select "HTML / JavaScript" click (ADD TO BLOG) -> After shown a dialog box "Configure HTML / JavaScript" and placed the content with the code below: (leave it blank for the Title)

we are trying to make 4 links for an example.


<select name="menu" onchange="window.open(this.options

[this.selectedIndex].value,'_blank')"size=1 name=menu>

<option value=0 selected> This place for your Pull Down Title menu </option>
<option value=” your Web/URL 1″> your link title 1</option>
<option value=” your Web/URL 2″> your link title 2</option>
<option value=” your Web/URL 3″> your link title 3</option>
<option value=” your Web/URL 4″> your link title 4</option>

For Example :

<select name="menu" onchange="window.open(this.options

[this.selectedIndex].value,'_blank')"size=1 name=menu>

<option value=0 selected>.: Favorit Link :.</option>
<option value=”http://www.burudollars.blogspot.com/”> eran dollar online </option>
<option value=”http://joysmiles.blogspot.com”> Free Sms template </option>
<option value=”http://www.facebook.com”> Facebook </option>
<option value=”http://gmail.com″> gmail.com </option>


And then saved your work with enter SAVE CHANGES ->
we are finish check it your blog it will be like this:




have a nice try.

0 komentar:

Posting Komentar