Recent Questions
Q: I had to put the site live and had taken out the white border. I've used one of the better elements of your application and put a second data file (data1.js) and a sample page up that recreates the aberrant behavior in IE and the missing border-bottom in Firefox and Opera.
In IE, the entire border of each element has about a 5px white border until you mouseover each element. Then the border-bottom (1px solid white) shows correctly.
In both Firefox and Opera the border doesn't show at all.
A: Try to write so:
var absolutePos=1;
var posX="10";
var posY="400";
var itemStyles = [
["itemBorderWidth=0 0 1px 0","itemBorderStyle=solid,solid","itemBorderColor=#FFFFFF,#FFFFFF"],
];
Q: I have tested your Deluxe Menu Builder and found it easy to work with.
One problem I have is that java menu freeware doesn’t support Swedish letters. When I preview the menu in a browser instead of those specific Swedish letters there are squares.
Could you please inform what I can do? Are there some setting I can change to use Swedish letters?
I am looking forward to hearing from you soonest possible.
A: You're able to use any characters for Deluxe Menu in the same way asyou use them for standard html page.
Unfortunately, you can't use Swedish letters in Deluxe Tuner application.You should manually correct your data file with the menu parameters.
Q: Is there any way to have a floating menu float in relation to the centre of the screen (not the left of the screen). I have a centre based website. When I use the floating menu and view the site on different screen sizes, the floating menu appears in different places on the x scale. For example, I would like it 20 percent from the edge of my centre based webpage, not 20 percent from the left of the screen. I want the menu to appear on the same horizontal place on my webpage (which is centre based)
A: No unfortunately it is not possible to write
var posX="50% - 20";
You should adjust your coordinates to center the menu with absoluteposition.
Q: How do I turn off transitional effects in dhtml popup menu?
A: You should set the following parameters:
var transition=-1;
var transOptions="";
var transDuration=0;
var transDuration2=0;