Firefox / IE positioning

Another automatic cascading menu for Actinic 5 onwards. This one allows more modern DHTML effects.
Post Reply
Chris_CJS
Posts: 1
Joined: Wed Sep 13, 2006 10:50 am
Contact:

Firefox / IE positioning

Post by Chris_CJS »

Hi all,

Ive set the position of the menu left of centre so that it sits in the correct spot. However, when you view using Firefox, its further to the right.

There is a height issuse with Firefox too, its the search thats causing it so please ignore as I'm fixing it now.

http://www.candccentral.co.uk/
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Post by norman »

There are several things you can try.

1) Use a named anchor for positioning by setting Target in the NorCascade config program. See norcascade-configuration.txt for info.

2) Do some browser sniffing. In NorCascade / Advanced / Extra Vars add a line

if ( navigator.appName == 'Netscape' ) firstleft = firstleft - 10;

where 10 is the number of pixels to fudge by.

Please remember that this is Donationware.
Norman
Post Reply