Page 1 of 1

Firefox / IE positioning

Posted: Wed Sep 13, 2006 11:12 am
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/

Posted: Wed Sep 13, 2006 6:36 pm
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.