Page 1 of 1

Menu resetting to top left of screen

Posted: Mon Aug 11, 2008 11:59 am
by jswain
Hi,

I have been integrating NorCascade into V9 of Actinic and everything seemed to be ok until I used the back button and on occations the menu resets to the top left of the screen until you scroll then the menu resets into the anchor spot.

Any ideas what could be causing this? The website is http://www.fruitsaladretro.co.uk, but it is still in a very developmental state.

Jason

Re: Menu resetting to top left of screen

Posted: Mon Aug 11, 2008 1:06 pm
by norman
Hi, Jason

On some of your pages, you've got the NorCascade code below the <body ...> tag. You need to move this code to above the </body> tag if you intend to use named anchors.

Also set the anchor to be

<a name="norCascadeMenu" id="norCascadeMenu" />

I see

<a name="" id="norCascadeMenu" />

on some pages.

Re: Menu resetting to top left of screen

Posted: Mon Aug 11, 2008 2:50 pm
by jswain
Thanks Norman,

Seems to be working fine now.

Jason :D