My Blog Title Here

December 8, 2008

I have spanish characters that are not showing up in my javascript simple menu correctly

Filed under: Uncategorized — Tags: , — admin @ 3:55 am

Q:

I have spanish characters that are not showing up in my menus correctly.
My array has this:

["|México","#", "", "", , , "7", , ],
buy in the drop downs it appears as
M?xico

I read in the FAQ about displaying Norwegian characters
(http://deluxe-menu.com/rq-javascript-menu-drop-down-Norwegian-characters-support.html)
so I tried this:

but that did nothing.
I have the charset on the page set properly and the letters
appear properly everyone else, only incorrect in the javascript simple menu.

A:

You should write your Spanish characters in the following way:

["|México","#", "", "", , , "7", , ],

Try that.

November 15, 2008

I get “coches” word in black when the javascript simple menu loads the first time.

Filed under: Uncategorized — Tags: , — admin @ 2:35 am

Q:

I get coches word in black when the javascript simple menu loads the first time
and I didn’t configured that to happend.

A:

Check the following parameters:

var bselectedItem=1;
var bfontColor=["#000000","",""];

October 19, 2008

When I make var floatable=0; javascript slide menu stays perfectly on the top as before but when I change it to var floatable=1; then it stays on top when the page loads but moves down when the page fully loads.

Filed under: Uncategorized — Tags: , — admin @ 10:30 pm

Q:

Ok I found the problem. When I make var floatable=0; javascript slide menu stays
perfectly on the top as before but when I change it to var
floatable=1; then it stays on top when the page loads but moves down
when the page fully loads.

A:

There are additional parameters for floatable feature in v3.2 now.
You can find them in Deluxe Tuner.

Try to write:
var floatableDX=0;
var floatableDY=0;

These parameters set minimal space for widow border.

October 2, 2008

The javascript slide menu is missing background images

Filed under: Uncategorized — Tags: , — admin @ 5:50 am

Q:

I need to include background
images for my javascript slide menu, so I put them in the same folder where the
“data.js” file can be found. I am
using the deluxe tuner in order to call these files and it looks great
in the preview. As soon as I save the file and load it in the browser, the background images are missing.
Any solutions for this problem?

A:

Now you have such paths for all your images data.files/image.gif

var itemStyles = [
["itemWidth=128px","itemBackImage=data.files/nav01_off.gif,data.files/nav01_off.gif"],
["itemWidth=128px","itemBackImage=data.files/nav02_off.gif,data.files/nav02_off.gif"],
["itemWidth=128px","itemBackImage=data.files/nav03_off.gif,data.files/nav03_off.gif"],
["itemWidth=128px","itemBackImage=data.files/nav04_off.gif,data.files/nav04_off.gif"],
["itemWidth=128px","itemBackImage=data.files/nav05_off.gif,data.files/nav05_off.gif"],
];

But you don’t have images in “data.files/” folder. That’s why you
can’t see them.
Please, check all your paths.

You can use additional parameters to make javascript slide menu paths absolute:

var pathPrefix_img = “http://domain.com/images/”;
var pathPrefix_link = “http://domain.com/pages/”;

These parameters allow to make images and links paths absolute.
For example:

var pathPrefix_img = “http://domain.com/images/”;
var pathPrefix_link = “http://domain.com/pages/”;

var menuItems = [
["text", "index.html", "icon1.gif", "icon2.gif"],
];

So, link path will be look so:
http://domain.com/pages/index.html

Images paths will be look so:
http://domain.com/images/icon1.gif
http://domain.com/images/icon2.gif

Please, try to use these parameters.

August 23, 2008

Does this javascript slide menu need Java Virtual Machine installed on the computer?

Filed under: Uncategorized — Tags: , — admin @ 9:40 am

Q:

Does deluxe menu need Java Virtual Machine installed on the
computer that is trying to view the web site with a javascript slide menu on it?

A:

This menu doesn’t require any external plug-ins to be installed.

If you can’t see the menu in all browsers you should change security browser settings to allow Javascript on pages you load.

When your security browser settings doesn’t allow Javascript on
pages you load you can’t see a dynamic page content.

Powered by WordPress