Danke,
habe das im CSS File eingeben:
.mittig {
vertical-align:middle;
background-image:url(pictures/bottom_leiste2.jpg);
height:42px;
}
und das im html file
<td height="62" class="mittig"><form name="form" id="form"> <select name="jumpMenu" id="jumpMenu">
<option value="../Czech/index.html">česky</option>
<option value="../German/index.html">deutsch</option>
<option value="../English/index.html" >english</option>
<option value="../Magyar/index.html">magyar</option>
<option value="../Nederlands/index.html" selected="selected">nederlands</option>
<option value="../Slowakisch/index.html">slovenski</option>
<option value="../Slowenisch/index.html">slovensky</option>
<option value="../Russian/index.html">pусский</option>
<option value="../Ukraine/index.html">Україна</option>
</select>
<input type="button" name="go_button" id= "go_button" value="ga naar" onClick="MM_jumpMenuGo('jumpMenu','parent',0)" />
</form></td>
so wie im selfhtml aber es passiert nichts...