View Full Version : HV(nav)Bar problems


juicyclad
07-23-2004, 02:16 AM
www.kickinghowardfan.com (http://www.kickinghowardfan.com)

I uploaded all components from the HVBar script from dynamic drives to my site, and configured the bar to my likings. I'm having serious trouble, however, getting the script to work. It works fine if my index page is blank, but when I add the script with my layout, etc, I get an error that says line 116 is corrupt (and there IS no line 116...)...
I also have no idea WHY the menu is currently showing up in the iframe...the iframe page is BLANK......

MY GOAL, WITH HELP FROM PSP
www.kickinghowardfan.com/ideal.gif (http://www.kickinghowardfan.com/ideal.gif)

MY INDEX PAGE
<HTML>
<HEAD>
<TITLE>the kicking howard fanclub</TITLE>
<LINK href="kh1.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY>
<body>
<script type='text/javascript'>

//HV Menu- by Ger Versluis (http://www.burmees.nl/)
//Submitted to Dynamic Drive (http://www.dynamicdrive.com)
//Visit http://www.dynamicdrive.com for this script and more

function Go(){return}

</script>
<script type='text/javascript' src='exmplmenu_var.js'></script>
<script type='text/javascript' src='menu_com.js'></script>
<noscript>Your browser does not support script</noscript>



<div style="position: absolute; top: 0px; left: 0px;" z-index:1;>
<img src="layout.gif" USEMAP="#layout1" BORDER=0" style="position: absolute; top: 17px; left:2px;">
</div>


<div style="position: absolute; top: 343px; left: 115px;" z-index:2;>
<iframe src="home.html" name="contentframe" width="615" height="830" frameborder="0" border="0" style="FILTER: chroma(color=#FFFFFF)" allowtransparency="true"></></iframe></div>
</BODY>

MY CONFIG'ED SCRIPT

var NoOffFirstLineMenus=6;
var LowBgColor='white';
var LowSubBgColor='white';
var HighBgColor='black';
var HighSubBgColor='black';
var FontLowColor='#3E3E3E';
var FontSubLowColor='#3E3E3E';
var FontHighColor='#B8B8B8';
var FontSubHighColor='#B8B8B8';
var BorderColor='black';
var BorderSubColor='black';
var BorderWidth=2;
var BorderBtwnElmnts=1;
var FontFamily="Franklin Gothic Medium,Tahoma,arial"
var FontSize=9;
var FontBold=1;
var FontItalic=0;
var MenuTextCentered='center';
var MenuCentered='left';
var MenuVerticalCentered='top';
var ChildOverlap=.2;
var ChildVerticalOverlap=.2;
var StartTop=0;
var StartLeft=-10;
var VerCorrect=0;
var HorCorrect=0;
var LeftPaddng=2;
var TopPaddng=0;
var FirstLineHorizontal=1;
var MenuFramesVertical=1;
var DissapearDelay=1000;
var TakeOverBgColor=1;
var FirstLineFrame='navig';
var SecLineFrame='space';
var DocTargetFrame='contentframe';
var TargetLoc='';
var HideTop=0;
var MenuWrap=1;
var RightToLeft=0;
var UnfoldsOnClick=0;
var WebMasterCheck=0;
var ShowArrow=1;
var KeepHilite=1;
var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5, 10];

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


Menu1=new Array("home","home.html","",0,15,124);

Menu2=new Array("band","","",4,15,124);
Menu2_1=new Array("kevin","kevin.html","",0,15,124);
Menu2_2=new Array("jeff","jeff.html","",0,15,124);
Menu2_3=new Array("jonathan","jonathan.html","",0,15,124);
Menu2_4=new Array("andrew","andrew.html","",0,15,124);

Menu3=new Array("music","","",3,15,124);
Menu3_1=new Array("listen","listen.html","",0,15,124);
Menu3_2=new Array("discography","disc.html","",0,15,124);
Menu3_3=new Array("lyrics","lyrics.html","",0,15,124);

Menu4=new Array("media","","",4,15,124);
Menu4_1=new Array("photos","photos.html","",0,15,124);
Menu4_2=new Array("buddy icons","icons.html","",0,15,124);
Menu4_3=new Array("wallpapers","wallpapers.html","",0,15,124);
Menu4_4=new Array("misc","misc.html","",0,15,124);

Menu5=new Array("fanclub","","",4,15,124);
Menu5_1=new Array("about","about.html","",0,15,124);
Menu5_2=new Array("join","join.html","",0,15,124);
Menu5_3=new Array("members","members.html","",0,15,124);
Menu5_4=new Array("contests","contests.html","",0,15,124);


Menu6=new Array("etc","","",4,15,124);
Menu6_1=new Array("webmasters","webmasters.html","",0,15,124);
Menu6_2=new Array("links","links.html","",0,15,124);
Menu6_3=new Array("MORE CONTENT","","",0,15,124);
Menu6_4=new Array("COMING SOON!","","",0,15,124);

A BIG THANKS FOR TAKING A LOOK!!
(i can get you the link to the script, or anything else if you need it. i really appreciate any help!!)