Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   Insert a dropdown box form between Page menu and Header image(banner) (http://forum.bytesforall.com/showthread.php?t=2676)

joaodagraca Jul 27, 2009 11:10 AM

Insert a dropdown box form between Page menu and Header image(banner)
 
I've arranged my page by moving my menu down just above the rotating banner image.
I now want to place a dropdown box form between the page menu and the rotating image.
The code is below. How/were will i instert it so that it apears just below the menu , right aligned?

<form id="offices" method="post" name="offices" action="">
Regional Web Sites:
<select id="jumpMenu" class="body_text"
onchange="MM_jumpMenu('parent',this,0)" name="jumpMenu">
<option value="http://www.website.com" selected="selected">Worldwide</option>
<option value="offices/ca/index.html">Canada</option>
<option value="offices/cn/index.html">China</option>
<option value="offices/fr/index.html">France</option>
<option value="offices/hk/index.html">Hong Kong</option>
<option value="offices/nl/index.html">The Netherlands</option>
<option value="offices/pl/index.html">Poland</option>
<option value="offices/ZA/index.html">South Africa</option>
<option value="offices/uk/index.html">United Kingdom</option>
<option value="offices/us/index.html">United States</option>
</select>
</form>


All times are GMT -6. The time now is 03:52 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.