My Blog Title Here

November 10, 2008

There is a white line drawn under the whole top css vertical drop down menu.

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

Q:

When I create a tab which has no sub-items, there is a white line drawn under the whole top css vertical drop down menu. How do I avoid this?

A:

Each menu item should have subitems (in the TabMode).
If you don’t want to have subitems for some items you can add one
subitem and delete Item Text.

["Item 2","", "", "", "", "", "", "", "", ],
["|","", "", "", "", "", "0", "", "", ],

November 5, 2008

The link in the css ul menu doesn’t work.

Filed under: Uncategorized — Tags: , — admin @ 8:00 am

Q:

I have set the ‘Home’ page link from
the top level of the css ul menu ‘Item style’ top Item, to link to my Index
page, but the link doesn’t work. Is there a special way to set links
from the main menu headings?

A:

You cannot use links for the main items in the XP style.

But you can try to do the following things for your “Home” item:

["<a href='index.html' class='home'>Home</a>","", "", "", "", "Return to Index page", "", "0", "", ],

And create styles
.home{
color: #FFFFFF;}
.home:hover{
color: #FFBEBE;}

November 2, 2008

Can I install and run this css ul menu on a server running OS X?

Filed under: Uncategorized — Tags: , — admin @ 7:20 am

Q:

Can i install and run this on a server running OS X?

A:

Yes, you can use css ul menu on Mac OS X.
To create your menu on MAC you can use HTML version of Deluxe Tuner (for MAC OS). You can find it here:
http://deluxe-menu.com/deluxe-tuner-info.html

October 21, 2008

Which license we should buy to use css ul menu on CD?

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

Q:

I have downloaded the trial version of the tree menu to use it to
create our products list that will be distributed on a CD. We have
decided to buy it but we are confused which license we should buy!

Which license we should buy?

A:

To use Deluxe Tree on CD/DVD you should buy developer license. Other licenses allow you to use the menu on Internet / Intranet
websites only.

With the Developer license you can use the css ul menu on an unlimited number of
Internet or Intranet sites and on the local machines.
This version of the script doesn’t check keys and it isn’t bound to a
domain name, so it can be used with an application that doesn’t have a
fixed domain name. There is also no need to add <noscript> tag to each
page.

See in Single Website License, Multiple Website License and Developer
License our source code is obfuscated.
And in Developer License with Javascript Source Code you can see the
code and change it. This is unique difference between Developer
license and Developer license with source code.

October 4, 2008

When my page loads up, there is a flash for about a second of all the text that is used in the css ul menu.

Filed under: Uncategorized — Tags: , — admin @ 11:50 pm

Q:

When my page loads up, there is a flash for about a second of all the
text that is used in the jcss ul menu. This looks really bad to visitors like I
am using hidden text on the page. Is there a way to prevent this flash
of text?

A:

I suppose that you see search engine friendly code.

<!– Code for Deluxe Menu Items. Generated by Deluxe Tuner –>
<div id="dmlinks" style="font:undefined;color:#000000;text-decoration:none">
<a id="dmI0" href="testlink.html">Home</a>
<a id="dmI2" href="testlink.html">Features</a>

</div>
<!– End of Code for Deluxe Menu Items –>

You won’t see this text in most cases. We use it on our websites too.

But you can delete this code if you want.

October 3, 2008

In the standard css ul menu you show a combo box and a search text box.

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

Q:

In the standard css ul menu you show a combo box and a
search text box. Where are the parameters and/or style options to
do this?

A:

You can paste any html code inside item text, see example here:
http://deluxe-tree.com/data-samples/tree-menu1.js

["+Support", "", "icon5_t.gif", "icon5_to.gif", "", "Support Tip"],
["|Index &nbsp;<select style='width:120px;height:17px;font:normal 10px Tahoma,Arial;'><option> Section 1<option>Section 2<option>Section 3</select>", "", "", "", "", "",
"", "0"],
["|Search <input type=text style='width:80px;height:17px;font:normal 10px Tahoma,Arial;'>&nbsp;&nbsp; <input type=button value='Go'
style='width:30px;height:17px;font:normal 10px Tahoma,Arial;'>", "", "", "", "", "", "", "0"],
["|Write Us", "mailto:dhtml@dhtml-menu.com", ""],
["|<INPUT TYPE=checkbox CHECKED ID=chk1
onclick='choosebox1()'>Uncheck this check box for some free
advice","","","",],

["<img src='img/sep.gif' width=113 height=1>"],

August 18, 2008

Can’t see my css vertical drop down menu in FireFox.

Filed under: Uncategorized — Tags: , — admin @ 5:45 pm

Q:

I can’t see my css vertical drop down menu in FireFox. What I’m doing wrong?

A:

You should set this parameter:
var tmenuHeight = “auto”;
Now you have
var tmenuHeight = “0″;

Powered by WordPress