I replaced the generated JS at the bottom of my home.aspx and internal.aspx with the following. Since these never change, is it possible to set these using css in my skin.css file and remove this from the html? Since I never have more than one level, can I delete the extra levels from the css file? And now that I am using your menu, I assume I can delete all the SOLPARTMENU classes from any css file I find, is that correct? MainNav73.className += ' root-item-last';
// center menu
MainNav.firstChild.style.width = '755px';
MainNav.firstChild.style.margin = '0 auto'; Thanks, Charlie |