Menu resetting to top left of screen

Another automatic cascading menu for Actinic 5 onwards. This one allows more modern DHTML effects.
Post Reply
jswain
Posts: 2
Joined: Mon Aug 11, 2008 11:54 am

Menu resetting to top left of screen

Post 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
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: Menu resetting to top left of screen

Post 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.
Norman
jswain
Posts: 2
Joined: Mon Aug 11, 2008 11:54 am

Re: Menu resetting to top left of screen

Post by jswain »

Thanks Norman,

Seems to be working fine now.

Jason :D
Post Reply