Recent Questions
Q: How do I change the font style for menus to bold, but leave the sub-menus normal in the html navigation bar?
I understandthere’s a “fontStyle” variable, but is there an “itemfontStyle”?
A: You can use Individual Item styles to set specific parameters for eachitem or submenu.
var fontStyle=["normal 9pt Verdana","normal 9pt Verdana"]; //for subitems
//style for the top items:
var itemStyles = [
["itemHeight=21px","itemBackColor=#F2F3F2,#1665CB","fontStyle='bold 9pt Verdana','bold 9pt Verdana'"],
];
Q: Ok, please disregard my previous email, it was IE 8! I went back to IE 7 and everything is fine.
I do however got requests to speed up the javascript treeview action (of my 2 out of 2 customers thus far on your menus).
Is there a setting to make it go faster?
A: var tXPIterations=5;
You can also try to use AJAX feature. It will increase the loading speed.
Q: Where I, that the Submenue of my javascript menu vertical doesn't vanish so quickly, can put in. I want to fade it somewhat later.
A: Try to use the following parameter: var transDuration = 500;
Q: How does the search engine stuff work. A web developer told me to stay away from java script if you want google to recognize your webpage.
Can you comfort me by telling me how it works.
A: Spiders can't read dynamically-generated Javascript code, so theycan't read menu links.
Search engine friendly means that you can add additional html codewithin your html page. You can generate such a code using Deluxe TunerGUI that you can find in the trial menu package. But if you'll use themenu without any additional html code, spider won't see menu links.