My Blog Title Here

October 29, 2008

The drop down menu bar looks flat and the special fade in effect doesn’t work in Firefox.

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

Q:

I am currently using deluxe menu to generate a drop down menu bar for my charity
website - although it works fantastic
in internet explorer it doesnt seem to work correctly in firefox,
the drop down menu bar looks flat and the special fade in effect doesnt work.
Please can you advise on what I am doing wrong.

A:

Filters and transitional effects are features of Internet Explorer
5.5+ only.

See more info here:
http://www.deluxe-menu.com/filters-and-effects-sample.html

October 10, 2008

How I can style all drop down menu bar items to have font bold when selected?

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

Q:

Can you please give me tips on how I can style all menuitems to
have font bold when selected and normal font when not selected?

A:

Unfortunately, Deluxe Tree doesn’t have such a feature. You can only
set it’s color. You cannot set the font of drop down menu bar item bold when selected.

You can set menu item’s font bold onMouseover, see example here:
http://deluxe-tree.com/data-templates/vista-style-7-template-sample.html

You should add
the following code in your data file:

function changeFont(obj, over)
{
obj.style.fontWeight = over ? ‘bold’ : ‘normal’;
obj.style.fontSize = over ? ‘13px’ : ‘12px’; // You can not use this line
}

var tmenuItems = [

["<div onMouseOver='changeFont(this, 1)' onMouseOut='changeFont(this, 0)'>Security</div>","", "", "", "", "", "", "", "", ],
["<div onMouseOver='changeFont(this, 1)' onMouseOut='changeFont(this, 0)'>Ease of Access</div>","", "", "", "", "", "", "", "", ],
["|<div onMouseOver='changeFont(this, 1)' onMouseOut='changeFont(this, 0)'>Internet Options</div>","", "", "", "", "", "", "", "", ],
["|<div onMouseOver='changeFont(this, 1)' onMouseOut='changeFont(this, 0)'>Windows Firewall</div>","", "", "", "", "", "", "", "", ],
["<div onMouseOver='changeFont(this, 1)' onMouseOut='changeFont(this, 0)'>Network and Internet</div>","", "", "", "", "", "", "", "", ],
["<div onMouseOver='changeFont(this, 1)' onMouseOut='changeFont(this, 0)'>Hardware</div>","", "", "", "", "", "", "", "", ],
["<div onMouseOver='changeFont(this, 1)' onMouseOut='changeFont(this, 0)'>Programs</div>","", "", "", "", "", "", "", "", ],
["<div onMouseOver='changeFont(this, 1)' onMouseOut='changeFont(this, 0)'>Appearance</div>","", "", "", "", "", "", "", "", ],
["|<div onMouseOver='changeFont(this, 1)' onMouseOut='changeFont(this, 0)'>User Accounts</div>","", "", "", "", "", "", "", "", ],
["|<div onMouseOver='changeFont(this, 1)' onMouseOut='changeFont(this, 0)'>Personalization</div>","", "", "", "", "", "", "", "", ],
["<div onMouseOver='changeFont(this, 1)' onMouseOut='changeFont(this, 0)'>Sound and Speech</div>","", "", "", "", "", "", "", "", ],
["<div onMouseOver='changeFont(this, 1)' onMouseOut='changeFont(this, 0)'>Additional Options</div>","", "", "", "", "", "", "", "", ],
];

Please, notice also that you should add this function every time when
you change your drop down menu bar in Deluxe Tuner application, as Tuner deletes
this function.

September 22, 2008

The Items of the drop down menu bar stay expanded in the same state.

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

Q:

Is there a way to have the drop down menu bar stay expanded in the same exact state when
I click on a menu item of the javascript tree view and go to a new page?

A:

There is no need to write additional code on a server side to remember what items were expanded/collapsed.
DHTML Tree Menu can save items state automatically.
Please, see the example of the menu that works with cookies:
http://dhtml-menu.com/tree-examples/tree-menuxp-save-state.html

Set the following parameter:

var tsaveState = 1;

and the menu remembers its structure for each user who visit your page.
Try to expand/collapse items. Then reload the page and you’ll see results.

August 23, 2008

I just ordered drop down menu. I have no conformation email.

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

Q:

                I just ordered Deluxe Menu & Deluxe Tree & Deluxe
Tabs  Single Website License.  I have no conformation email, nothing
to prove that I have ordered this product. Can I download this drop down menu how am I going to receive
this product?

A:

We do not accept payments directly and use share-it payment
processing service.

We use ShareIt service to process orders.

ShareIt! Inc.
element 5 GmbH
9625 West 76th Street, Suite 150
Eden Prairie, MN 55344, USA

After the ordering is complete and ShareIt has it verified
(which can take approximately 24 hours), you’ll get your license info.

July 15, 2008

How do I turn off transitional effects of my drop down menu in html?

Filed under: Uncategorized, transitional effects — Tags: , — admin @ 12:06 pm

Q:

How do I turn off transitional effects of my drop down menu in html?

A:

You should set the following drop down menu in html parameters.

var transition=-1;
var transOptions=”";
var transDuration=0;var transOptions=”";
var transDuration2=0;

Powered by WordPress