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>