Hello,
I'm working on a big site, with 7 template, I'm currently using javascript drop down menus (Dreameaver behavior) and having a lot of trouble with JS. If I add an item to one of the drop down menus, I have to do the same in all other templates which makes my life so hard.
I'm trying to find a better solution so that if I update the nav bar on one template, I can copy and replace the other nav bars in the other templates. Should I stick with js, or change to css, would css allow me to copy and paste the whole nav bar and paste it into the other templates without errors?
PS. I tried to insert the nav bar as a library item, and it didn't work, I also tried the server side include and it didn't work.
Thanks for your help.