In today's Blogger tutorial i show you how to add a simple drop down menu widget sometimes called a select box to the sidebar of your Blogger blog. If you want to add lots of links to your blogger blog but are worried about the amount of space this will take up on your blog this will take yup on your blog this tutorial is for you. A drop down widget is a neat solution to the cluttered sidebar problem as it is both space saving and easy to install. The convenience of drop down menu widget can be seen on many blogs where it is used for lists like a long Blogroll, Categories list, Labels list or a Recommended Posts list.

If you want to add Drop Down Menu by replacing the Home Pages then click below link for adding CSS Drop Down with amazing effect with Customization.

Add Manually CSS Jqeury Drop Down Menu By Replace/Remove Pages On Blogger

How to Add a drop down menu widget to Blogger:

 

Adding a drop down menu to capabilities of even beginner bloggers. Most of the work is in cutting and pasting the links which is not difficult for anyone with basic computer skills. So let's get started but first here is a working drop down menu list with links to various posts in my blog:

  1. Log in to Blogger if not already logged in.
  2. Navigate from the Dashboard to Layout > Page Elements.
  3. Click on Add a Gadget in the sidebar or other location if you wish:
  4. Select a HTML/ Javascript gadget from the list of gadget.
  5. Paste the following code into the content box of the widget:

<from><selcet name="menu"
onchange="window.open(this.options[this.selectedindex].value,'_blank')"
size=1 name=menu>
<option>- Your Menu Title
-</option>
\
<!--Change the following links to your own -->

<option value="http://URL of link1"> Link1</option>
<option value="http://URL of link2"> Link2</option>
<option value="http://URL of link3"> Link3</option>

                  Like

<option vaule="http://trickofblogging.blogspot.com"> Trick Of Blogging </option>
</select></form> 


Replace _Blank as Follows:


To have a new window open leave the same.
To have the new page appear in the same window replace _self
Replace - Your Menu Title with a title of your own.
For each instance of the option values highlighted in read substitute your own links and links names.


Click Save:

 

Use drag and drop to position the drop down menu widget in the location you want it within your sidebar and save any changes.
Click view Blog to admire the new drop down menu in the sidebar of your Blog.
In today's Blogger tutorial I have provided you with instructions to create and insert a simple drop down menu widget in the sidebar of your Blogger Blog.

Post a Comment

Thanks For Comment This Blog Post. Like It And Subscribe It.

 
Top