I have created a pure JavaScript menu for my site (i.e. nothing in the code is generated by Actinic) and I want to use this instead of the menu Actinic generates.... The Advanced Users Guide explains how to get Actinic to generate a JavaScript array file but doesn't tell me how I can simply scrap the existing menu in Actinic and replace it with a "pure JavaScript" menu which I have created.... I don't want Actinic to intefere with my menu at all... the menu works perfectly on it's own, I just need someone to explain how I can turn off Actinic's menu and how/where to insert my "pure JavaScript" code so that is appears in the same place (down the left-hand side). Can anyone help?
Announcement
Collapse
No announcement yet.
Pure JavaScript menu..............
Collapse
X
-
My site does exactly this. Have a look and do a View/Source in the browser to see how it works. All I did was include the script in the header (its called config.js) and call its setup function - init() - during the OnLoad of the page. The menu positions itself over the top of the Actinic menu. I can't remember if I removed the Actinic menu.
Alan Compton
www.greenknightgames.co.uk
-
Advanced User Guide - download available from http://www.actinic.co.uk/support/downloads.ok.htm in word or pdf
hth
David
Comment
Comment