Help with a Navigation Menu
Im new here and i was wondering if someone could help me, I dont know anything about javascript but im trying to use it to make my website look better by having a menu bar on it.
if you go to
http://www.agentduckie.com/testing.htm you will see there i have two errors, one of them being on line 211 which is this:
if(Mmbr.ChildCntnr){
if(RightToLeft)ChldCntnrWdth=Nav4?Mmbr.ChildCntnr.clip.width:parseInt(Mmbr.ChildCntnr.style.width);
if(Hori){ SubTp=Topi+MmbrHt+2*BorderWidth;
SubLt=RightToLeft?Lefti+MmbrWt-ChldCntnrWdth:Lefti}
else{ SubLt=RightToLeft?Lefti-ChldCntnrWdth+ChildOverlap*MmbrWt+BorderWidth:Lefti+(1-ChildOverlap)*MmbrWt+BorderWidth;
SubTp=RcrsLvl==1&&AcrssFrms?Topi:Topi+ChildVerticalOverlap*MmbrHt}
PosMenu(Mmbr.ChildCntnr,SubTp,SubLt)}
Mmbr=Mmbr.PrvMbr;
thats some of it. the second error i get is on line 398, which is
this.style.paddingLeft=LeftPaddng+P_X;
both errors say "Invalid arguements"
So i was wondering if someone could help me.
Or if someone could maybe tell me where i can get a decent navigation menu from that will work