I bought Milonic yesterday, and have managed to get the main left navigation on a test page up and running.
http://www.colodivorce.com/new.asp
I am reasonably literate about many webmastering issues, but new to javascript, and I HAVE read Ruth's fab 5/15/04 article on global styles, etc. Somehow your explanations don't fill in the big picture "this goes here and this goes there" issues. Maybe my questions would be of interest to others.
1. in Global Styles, it's true you can call em what you want but the ONLY piece of that first line code you can change is the "menuStyle" name that comes with the sample code. Right?
so can change the word menuStyle, but NOT the rest or
Code: Select all
with(-------=new mm_style()){
2. in Regional Styles, however, what part of that first line code can you change? Is the use of the word "milonic" in the sample code just what you chose to call your sample regional style, for example? OR is it integral to linking all other milonic scripts and making it all work? (like saying 'milonic menu system code')
Can you change ANY part of the sample menu regional style first line?
Code: Select all
with (milonic=new menuname ("Main Menu")) {
** a simple colored image of these two sections of code somewhat identifying what must be left alone, and what you can if you like customize would help many folks. (if I missed this help, I truly apologize.)
3. What about the menu_data.js script item itself?
I'm unclear whether can you create others (I saw the Ramco post) as long as you retain a portion of that name? what portion? (any name, as long as it starts with, or ends with 'data'? Or, can there only be one such file and this exact name must be kept.
4. Hugely related is how do you have several menus on a single page?
Do you place actual menu script in that spot on the page, or reference only a unique menu script (because you CAN rename menu-data.js and CAN have several) there. (Do you change the basic code following the body tag to include all script names, when you do this?)
In short, I get how to set the menu characteristics; it's pretty easy if you have played with CSS at all. I get you need that code pasted in the body, and even managed to put in a Frontpage shared border. But I haven't found an explanation of how you link changes, and what pieces of sample menus you can trash and what phrase words or file names are not to be tinkered with. I believe I know you ONLY mess with the non-data scripts if you are a script writer.
THANKS to anyone who takes time to direct me a bit. As you can see in a few hours, I was able to get a dummy page of my site working fine and looking fine (haven't decided on appearances yet, but mimics existing home page just fine). But I don't know how the parts fits together and what phrases are sacred code and what are just names I can change as long as I am internally consistent. If this is made clear somewhere, forgive me. I did some searching and have reread much of this several times.
What I want to do is have (in addition to the left nav menu in place on the "new" page, a separate right nav menu, and a tiny client menu at bottom left. So I need to know how to integrate 3 separate menus, etc.
Love the product; just need some big picture guidance!
Thanks all.
Mtnguy