Thread: Java menu help
Results 1 to 2 of 2
Related
-
Need Java Help Please Forum: Javascript Forum
Replies: 0 -
Desprate need of Java Mouseover Menu Forum: Javascript Forum
Replies: 1 -
Jump Menu covers drop down menu Forum: HTML Forum
Replies: 1 -
Pulldown menu blocks my popup menu Forum: HTML Forum
Replies: 9
-
07-29-2004, 07:52 PM #1
Java menu help
I know next to nothing about Javascript etc. i found this menu on the internet for free but i'dlike to change a few things in it...first i want it to be able to span across frames when the menu opens up. and second i dont know how to set the target frame to "content" when they click on of the menu items so that it shows the .htm page in the content window. Any help would be nice
I dont know what info you need but i'll post my html page thati have this menu in thanks.
Piblo
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<script language="JavaScript" src="navbar.js"></script>
<script language="JavaScript" src="dhtmllib.js"></script>
<script language="JavaScript">
// Define navigation bar settings.
navBarX = 0;
navBarHeaderWidth = 90;
navBarMenuWidth = 190;
navBarBorderWidth = 1;
navBarPaddingWidth = 2;
navBarBorderColor = "#990000";
navBarHeaderBgColor = "#000000";
navBarHeaderFgColor = "#ffffff";
navBarActiveBgColor = "#990000";
navBarActiveFgColor = "#ffffff";
navBarItemBgColor = "#000000";
navBarItemFgColor = "#ffffff";
navBarHighBgColor = "#990000";
navBarHighFgColor = "#ffffff";
navBarHeaderFontFamily = "Verdana,Arial,Helvetica,sans-serif";
navBarHeaderFontStyle = "plain";
navBarHeaderFontWeight = "bold";
navBarHeaderFontSize = "10pt";
navBarItemFontFamily = "Verdana,Arial,Helvetica,sans-serif";
navBarItemFontStyle = "plain";
navBarItemFontWeight = "bold";
navBarItemFontSize = "8pt";
// Define navigation bar menus. Extend beyond 4 as desired
navBarMenus[0] = new Array("Home", "main.html" );
navBarMenus[1] = new Array("Forums", "http site here");
navBarMenus[2] = new Array("RvR Info", "rvr.htm");
navBarMenus[3] = new Array("Members", "members.htm");
navBarMenus[4] = new Array(
"Links", "links.htm",
" Boards", "httpsite here ");
</script>
</head>
<body bgcolor="black">
<body onload="navBarInit()">
</body>
</html>
-
07-30-2004, 08:37 AM #2
Hi there,
You really need to speak to the author of the script.If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum