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



7 comments:
:-*
Very nice info here...I really love this blog...
Thank You!!
Thanks! This is really great, I'm curious though, I'm trying to make my links open in the same window rather than another one (or instead of opening in a new tab)
Any suggestions? I can see what I need to change, but I don't know how. Please help!
ya in beggining of codes there is word _blank
replace it with _self . Now window will open on that same page.
Perfect, worked beautifully. you have the best widgets! I love your blog :D
Thank you... that's a very nice widget.
Your blog is great... wonderful information and knowledge. Really good work...
Post a Comment