My Blog Title Here

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 30, 2008

Where I should add this search engine code for javascript slider bar?

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

Q:

Doesn’t this mean that I have to add this search engine code to all of my
sites pages?  If so this could be tedious when adding additional
pages to a large site.Is this something I can adjust …or make submenus were you can’t see through them?

A:

Unfortunately it is really so. You should paste search engine code on
the each page with the javascript slider bar.

If you don’t want to create your menu (and add search engine friendly
code) on each page, you can try to use frames, the javascript slider bar has a cross-frame mode. Also you can use a
server-side script (php, asp, vb, etc.) to generate html pages from
templates on your server.

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