How to create a drop down menu for pages and posts in Wordpress? Its easy!

The following is an example of drop down menu 
 


Now, To create a drop down menu copy and paste the following codes and paste it to your wordpress page, post or widget(text).
In terms of using a drop down menu code inside a post or page please use wordpress editor in HTML mode.

<form action="http://www.mydomain.com/handler.php?gen=redirect" method="post">
<select name="url" style="background-color: #bfacbf; color: #080208; font-size: 48px; height: 60px; width: 350px;"><option value="http://bdjournal.com">bdjournal</option><option value="http://ezinebd.com">ezinebd</option><option value="http://odysseybd.org">odyssey</option><option value="http://pdfbooks-4u.blogspot.com/">pdf books</option><option value="http://bdmedia-magazine.blogspot.com/">media magazine</option></select></form>
<input style="background-color: #d624d6;" type="submit" value="Go!" />
You can change the background color, text color, width, height etc easily inside a a drop down menu easily and according to your choice.