was muss man ändern damit die bar nach rechts aufgeht











<table border=1 width=400><tr><td align=center valign=center>
<script language="JavaScript">
<!--
function goto_site() {
var selectedIndex = document.form1.to.selectedIndex;
if (selectedIndex > 0) {
var selection = document.form1.to.options[selectedIndex].value;
parent.location=selection;
}
}
//-->
</script>
<FORM method=post action="/" name="form1">
<select name="to" size="1" onchange="goto_site();">
<option selected value="Bitte klicken"> Bitte hier anklicken</option>
<option value="http://Ihr_Link.com">Ihr Text</option>
<option value="http://Ihr_Link.com">Ihr Text</option>
<option value="http://Ihr_Link.com">Ihr Text</option>
<option value="http://Ihr_Link.com">Ihr Text</option>
<option value="http://Ihr_Link.com">Ihr Text</option>
<option value="http://Ihr_Link.com">Ihr Text</option>
<option value="http://Ihr_Link.com">Ihr Text</option>
<option value="http://Ihr_Link.com">Ihr Text</option>
<option value="http://Ihr_Link.com">Ihr Text</option>
<option value="http://Ihr_Link.com">Ihr Text</option>
<option value="http://Ihr_Link.com">Ihr Text</option>
<option value="http://Ihr_Link.com">Ihr Text</option>
<center>
</select>
<font size=3 face="arial,helvetica" color=#ff0000>&nbsp;Mein Menue</font>
</FORM>
</td></tr></table>