Now how to make this drop down menu.
Just GO To ,
LAYOUT > ADD PAGE ELEMENT > HTML /JAVASCRIPT
Add the below codes to it and Save It.
<form><select name="menu" onchange="window.open(this.options[this.selectedIndex].value,'_blank')"
size=1 name=menu>
<option>- Your Title - </option>
<!-- change the links with your own -->
<option value="http://yourlink.com">Title One</option>
<option value="http://yourlink.com">Title second</option>
<option value="http://yourlink.com">Title Third</option>
<option value="http://anshuldudeja.blogspot.com">blogger widget</option>
</select></form>
* Change the links and text in red according to your blog menu.
You can increase the options in codes to increase your drop down menu links.
Width of drop down menu depends on the length of the titles you using in them.
Bye friends see you tomorrow with my new post .
No comments:
Post a Comment