|
Hi,
I've received a lot of great answers to my past questions, so here's hoping you'll assist again.
I'm having trouble getting multiple functions to operate correctly with the onload handler (?). I have a semi-colon between the functions but still no luck. I have two scripts: one for a slideshow and one for a horizontal navigation menu which has fly-outs (I think that's what they're called). The slideshow runs fine, but the fly-outs are not lined-up under the parent navigation link (hope this makes sense). Following is the code of the <Body> tag, which includes the onload. Any suggestions?? Thank you.
<body bgcolor="#001F3E" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="runSlideShow(); doGIF(); P7_Snap('AboutUsImg','AboutUsNav',0,12);P7_Snap('C ommunitiesImg','CommunitiesNav',0,12);P7_Snap('Pas tProjectsImg','PastProjectsNav',0,12);P7_Snap('Hom eownersImg','HomeownersNav',0,12);P7_Snap('Financi ngImg','FinancingNav',-75,12);P7_Snap('ContactUsImg','ContactUsNav',-95,12);P7_Snap('AboutUsImg','Trigger',-50,-30);P7_Snap('AboutUsImg','Trigger2',-80,-30);P7_Snap('AboutUsImg','Trigger3',530,-30);P7_Snap('AboutUsImg','Trigger4',-50,20);" onResize="P7_Snap('AboutUsImg','AboutUsNav',0,12); P7_Snap('CommunitiesImg','CommunitiesNav',0,12);P7 _Snap('PastProjectsImg','PastProjectsNav',0,12);P7 _Snap('HomeownersImg','HomeownersNav',0,12);P7_Sna p('FinancingImg','FinancingNav',-75,12);P7_Snap('ContactUsImg','ContactUsNav',-95,12);P7_Snap('AboutUsImg','Trigger',-50,-30);P7_Snap('AboutUsImg','Trigger2',-80,-30);P7_Snap('AboutUsImg','Trigger3',530,-30);P7_Snap('AboutUsImg','Trigger4',-50,20);">
|