Recent Questions
Q: I have not seen anything that can help me in the question list and
I would like to ask how to have a php tree view closed by default.
A: You should delete "+" signs in the top items and set the followingparameter:
var texpanded=0;
Q: I am evaluating your Deluxe Menu. I see there are many different template designs. Is it possible to create a custom image to be used as the base image for the main javascript pull down menu? If, so how is it done? Or is it mandatory to use the templates available? I would like to have a larger image for the main javascript pull down menu. Most templates have very small and thin images.
A: No, it is not mandatory to use templates.
You can use your own images. Try to use the following javascript pull down menu parameters:
var menuBackImage="";
var menuBackRepeat="repeat";
var itemBackImage=["",""];
And Individual Item Style and Individual Submenu Styles.
Q: Is it possible to use an external file with these applets? Have tried
<SCRIPT LANGUAGE="JavaScript" SRC="myscript.js">
</SCRIPT>
but it does not work!
Any suggestions? I have one site with many pages, it would be handy not to have to change 20 pages just to modify one link.
A: You can use "menuItemsFile" param, example
<param name="menuItemsFile" value="menu1.txt">
The menu menu items are in menu1.txt, so you'll need to changeonly this menu1.txt if it necessary to add/remove/change items.
See also example:
http://www.apycom.com/xp-drop-down-menu/ex2.html
Q: Sometime the first tab in css tab menu stay selected etc..
A: You should check the following parameter
var bselectedItem=1;
This parameter sets the selected tab.
You can set it
var bselectedItem=-2;