Opera

Another automatic cascading menu for Actinic 5 onwards. This one allows more modern DHTML effects.
Post Reply
rtully
Posts: 4
Joined: Mon Jun 20, 2005 11:13 am

Opera

Post by rtully »

Norcascade

--------------------------------------------------------------------------------

Hi

I installed Norcascade at http://www.needlesports.com/acatalog/index.html and fixed the menu using <a id="home" name="home"> in the primary template and

var left = 'window.page.elmPos("home").x - 0';
var top = 'window.page.elmPos("home").y + 5';

in norcascade_pop_data.js. This works fine in IE6 but in Opera the menu is positioned too high. Any suggestions would be appreciated.

Thanks

Roger
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Post by norman »

Well that's wierd. It seems to be anchored to something in Opera.

Have you tried putting some actual content (say a 1 x 1 transparent GIF) within the <a ...> and </a> tags so there's something defined on-screen to locate to?

UPDATE.

I found time to try that and it works. I simply replaced

<A id=home name=home></A>

with

<A id=home name=home>.</A>

And all seemed OK.
Norman
Post Reply