Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/blackst/public_html/tutorials/dropdownmenu.php on line 1
Warning: include(http://black-stripes.net/header.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/blackst/public_html/tutorials/dropdownmenu.php on line 1
Warning: include() [function.include]: Failed opening 'http://black-stripes.net/header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blackst/public_html/tutorials/dropdownmenu.php on line 1
Drop Down Menu
This tutorial will show you how to get nifty drop down menus with links. Like this;
1. Just copy this in where you want the menu.
<script language="javascript"> function jump(form) {
var myindex=form.menu.selectedIndex if (form.menu.options[myindex].value != “0″)
{window.open(form.menu.options[myindex].value, target=”new”); }}//–></script>
<form name”">
<select name=”menu” style=”background-color: #1273c6; font-size:8pt; font-family:tahoma; color:#ffffff;” onchange=”jump(this.form)”>
<option value=”0″>blah</option>
<option value=”0″>————</option>
<option value=”http://blah.com”>link</option>
<option value=”http://blah.com”>link</option>
<option value=”http://blah.com”>link</option>
</select>
</form>
2. As you can see, you can change backround color, font size, font and color. So change the code to your liking, save, and upload!
Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/blackst/public_html/tutorials/dropdownmenu.php on line 36
Warning: include(http://black-stripes.net/footer.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/blackst/public_html/tutorials/dropdownmenu.php on line 36
Warning: include() [function.include]: Failed opening 'http://black-stripes.net/footer.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blackst/public_html/tutorials/dropdownmenu.php on line 36