http://www.alpha-duplication.com/adl_wip
is my new website I'm building which includes a Flash navigation bar on the left side.
As you can see, the page layout of each of the sub-menu links in the Data Services section are correct.
On the other links, I've needed to add some flashVar information to the header tags so the menu stays open.
Under Technical Info, if you click on Glossary or Fulfilment, you can see that the flashVars are working because the menu stays open, but for some reason, the whole right side is pushed down.
Can anyone view my source and maybe tell me why this might be happening? I've commented out the flashVar JS in the html, and this solves the problem, but I need the flashVars working.
Here is my AS2.0 code:
//FlashVar code
if(_level0.referringPage != null){
var referringPage = _level0.referringPage;
switch(referringPage){
case "about_alpha":
aboutAlpha();
break;
case "print_services":
printServices();
break;
case "technical_info":
technicalInfo();
break;
case "packaging":
packaging();
break;
}
}
I've thought it was a CSS thing, but I've gone through and deleted the JavaScript in the header of the page, and the formatting is correct. But just incase here's my css:
www.alpha-duplication.com/ADL_WIP/Data_Services/DataServicesCSS.css
The navigation swf is in div id="sidebar1" and the main part of the page is in div id="maincontent"
Many thanks,
Clint Milner
