Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   Create a Page Dropdown Menu on Sidebar via Text Widget (http://forum.bytesforall.com/showthread.php?t=2445)

mbro Jul 15, 2009 06:01 AM

Create a Page Dropdown Menu on Sidebar via Text Widget
 
I want to create a dropdown on the left sidebar that will list all the teams within my club and when selected will go to that particular page.

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>


mbro Jul 15, 2009 06:11 AM

Its OK - I found the way to get around this.

http://www.echoecho.com/tooldropdown.htm has a handy tool that creates the code for dropdowns.

Maybe most on here are aware of how to do this but I wasnt, thanks anyway guys keep up the good work! :)


All times are GMT -6. The time now is 11:01 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.