Here is the code I have copied from the current designers site however as I am learning this myself he isnt available to point me in the right direction, can someone help please?
HTML Code:
<table width="120" border="0" cellpadding="0" cellspacing="0" bgcolor="#FF6600"> <tr> <td> <form name="form1"> <div align="center"> <select name="menu1" onChange="MM_jumpMenu('parent',this,1)"> <option value="#" selected>Select team</option> <option value="?page_id=83">Under 7</option> <option value="u8.html">Under 8</option> <option value="u9.html">Under 9</option> <option value="u10.html">Under 10</option> <option value="u11.html">Under 11</option> <option value="u12.html">Under 12</option> <option value="u13.html">Under 13</option> <option value="u14.html">Under 14</option> <option value="u15.html">Under 15</option> <option value="u16.html">Under 16</option> <option value="u17.html">Under 17</option> <option value="u18.html">Under 18</option> <option value="open_age.html">Open Age</option> </select> </div> </form> </td> </tr> </table>