My Blog Title Here

October 21, 2008

I would like to display the sub items when the user clicks on the item of code drop down menu

Filed under: Uncategorized — Tags: , — admin @ 2:25 pm

Q:

I’ve downloaded and installed the trial software and have built the example that came with it.

What I would like to do is make the sub items (”New Sample 1″ -
“New Sample 5″) display when the user clicks “Sample Block 1″,
rather than having to click the little + sign next to it.

A:

You should set the following code drop down menu parameter:

var texpandItemClick=1;

Try that.

October 8, 2008

There is a default gap between two code for drop down menu…

Filed under: Uncategorized — Tags: , — admin @ 1:25 pm

Q:

There is a default gap between two code for drop down menu buttons.
Suppose the two menu are “Company profile” and “Service”, there is
a default gap between those tow , it is not taking the specified
space( for example I am putting 2px gap but it is taking a default
gap) Please suggest me the solution for the same.

A:

You should use new parameter in the data file:
var tXPMenuSpace=0;

September 20, 2008

For some reason my arrows are showing up on the left side of each code drop down menu item.

Filed under: Uncategorized — Tags: , — admin @ 3:00 pm

Q:

I have an even more vexing issue. For some reason my arrows are showing up on the
left side of each code drop down menu item, it seems the arrows icons are
also retaining the right side padding for the code drop down menu items. Can
you give me a hand with this?

A:

Now you have the following code drop down menu parameter:

var dmRTL=1;

You should set it to:

var dmRTL=0;

August 20, 2008

When I load a page with code for drop down menu, the first tab is always highlighted

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

Q:

When I load a page with code for drop down menu, lets say contact, the first tab is always highlighted,
not the contact tab

A:

I suppose that you’ve set the following parameter:

var bselectedItem=1;

So, the first tab is always highlighted.

This Tab menu can save pressed item automatically within
1 page only. If you open another page, the menu can’t remember pressed
item. You should do that manually using Javascript and menu parameters
(var bselectedItem, var bselectedSmItem) or using any server-side
script (php, asp, etc.)

You should delete this parameter from your data file and write the
following code on each page before you call your data file, for example:

<script language=”JavaScript1.2>

var bselectedItem = 3;

</script>

Powered by WordPress