I have this menu I would like to make bigger. Is there away to do this. I'm not talking about my navigation menu. I'm refering to the one below by it's self called province.
http://www.cjwebconsulting.com/destination/canada.html
HTML Code:<script type="text/JavaScript"> function MM_jumpMenu(targ,selObj,restore){ window[targ].location=""+selObj.options[selObj.selectedIndex].value; if (restore) selObj.selectedIndex=20; } </script>HTML Code:<table width="35%" border="0" align="left" cellpadding="0" cellspacing="0"> <tr> <td width="33%"><div align="center"> <h4>Province</h4> </div></td> </tr> <tr> <td><div align="center"> <select name="select" onchange="MM_jumpMenu('parent',this,0)"> <option value="" selected>CHOOSE PROVINCE</option> <option value="#">Alberta</option> <option value="#">British Columbia</option> <option value="#">Manitoba</option> <option value="s#">New Brunswick</option> <option value="#">Newfoundland</option> <option value="#">Northwest Territories</option> <option value="#">Nova Scotia</option> <option value="#">Nunavut</option> <option value="#">Ontario</option> <option value="#">Prince Edward Island</option> <option value="#">Quebec</option> <option value="#">Saskatchewan</option> <option value="#">Yukon Territory</option> </select></div></td> </table> </td> <div align="right"> <table width="430" height="140" border="1"> <tr> <td><img src="images/advertisement.png" width="429" height="139" alt="Advertisement banner"></td> </tr> </table> </div>


Reply With Quote
Bookmarks