Pastor Rick
Head Administrator
Registered: 07-2005
Location: Texas
Posts: 560
Karma: 11 (+12/-1)
|
Reply ● Quote
|
|
Look, It's a Drop Down Menu!!
RunBoard doesn't allow Java so here is a easy HTML drop-down menu:
<form name="jump" action="#" class="menu"><select size="1" style="font-family:'verdana';color:#aa2200;background-color:#f9f2df;font-size:9pt" onchange="location=options[selectedIndex].value;">
<option> It's The Bible's - Favorite Christian Links </option>
<optgroup label="Click on a Site">
<option value="http://www.christianguestbook.com/bin/gb.cgi?master=rickgordon">ITB Guestbook</option>
<option value="http://www.runboard.com/bcoffeezon">CoffeeZon</option>
<option value="http://www.runboard.com/bchristianworld">Christian World</option>
<option value ="http://www.runboard.com/bnearthecross">Near The Cross</option>
<option value="http://www.runboard.com/btat125">Thee Apple Tree</option>
<option value="http://www.runboard.com/bchristianchatterBox">ChristianChatterbox</option>
<option value="http://www.runboard.com/bunityinchrist">Unity In Christ</option>
<option value="http://www.runboard.com/bmeadowsgreen">Meadow's Green</option>
</optgroup>
</select>
</form>
Last edited by Pastor Rick, 4/29/2010, 9:12 am
|
1/1/2007, 10:32 am
|
Link to this post
Send Email to Pastor Rick
Send PM to Pastor Rick
Blog
|
Susi2
Registered user
Registered: 04-2010
Location: Sweden
Posts: 1
Karma: 0 (+0/-0)
|
Reply ● Quote
|
|
Re: Look, It's a Drop Down Menu!!
Where on the board page will this one appear and where do I insert the code? I only see HTML options for header and footer.
I'd like to have buttons with drop-down link menus like they have here, but just another color.
|
4/28/2010, 7:33 am
|
Link to this post
Send Email to Susi2
Send PM to Susi2
Blog
|
Pastor Rick
Head Administrator
Registered: 07-2005
Location: Texas
Posts: 560
Karma: 11 (+12/-1)
|
Reply ● Quote
|
|
Re: Look, It's a Drop Down Menu!!
Hi Susi,
The options for HTML header and HTML footer are designators for when the code will be used and default to just above the message boards forums and just below the message boards stats but the code itself can appear anywhere you ask it to in the coding.
What I used in the link you provided is a Drop Down Menu Navigation Bar and the CSS part allows you to change the colors and style of the buttons.
|
4/29/2010, 9:32 am
|
Link to this post
Send Email to Pastor Rick
Send PM to Pastor Rick
Blog
|