My Blog Title Here

October 31, 2008

I am trying to make the up menu html all the same width…

Filed under: Uncategorized — Tags: , — admin @ 6:55 pm

Q:

I am trying to make the tabs all the
same width and would like to know how to do that. Therefore “Personal”,
“Account Summary”, “Tax Exemptions”, “Password”, “Invoices”, “Quotes”,
“VOIP” - I need them to all be the EXACT SAME width.

A:

See, I’ve created Individual style

var bstyles = [
["bitemWidth=250px"], // style 0
];

And used this style for some items

["Account Summary","AccountSummary", "tabs/img/icon_ie.gif","tabs/img/icon_ie.gif", "tabs/img/icon_ie.gif", "", "0", "", "",], // style 0
["Tax Exemptions","TaxExemptions", "tabs/img/icon_ie.gif", "tabs/img/icon_ie.gif", "tabs/img/icon_ie.gif", "", "0", "", "", ], // style 0

You can use this style for all items in the same way.

You should set the width of your Tabs
var bmenuWidth=”770px”;
and width for each Tab
var bstyles = [
["bitemWidth=110px"], // style 0
];

And assign this style for all up menu html items.

October 7, 2008

There is a grey line that surrounds my up menu javascript. How do I get rid of the grey line

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

Q:

There is a grey line that surrounds my up menu javascript (its on a page with black
background. How do I get rid of the grey line?

A:

See, you set the shadow for the top items and submenus

var shadowLen=2;
var shadowColor=”#C4C4C4″;
var shadowTop=1;

You should set

var shadowLen=0;
var shadowColor=”#C4C4C4″;
var shadowTop=0;

September 16, 2008

Trying to get the up menu html to start collapsed rather than fully expanded.

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

Q:

Using data-visa-5.js

Trying to get the up menu html to start collapsed rather than fully expanded.

Thought it was the var texpanded=0 setting but doesn’t seem to have any
effect.

A:

See, when you set + sign before item’s text that is mean that this
item will be expanded.
Now you have:

["+   Home","index.php","","","Home","","","1",""],
["+   Current Weather","","","","Current Weather","","","1",""],
["|Hourly Forecast","index.php?forecast=avnmos&zipcode=55744&oc=mosview_option|forecast","","","Hourly Forecast",,,],
["|Warnings/Advisories","index.php?forecast=warnings&zipcode=55744","","","Warnings/Advisories",,,],
["|Special Weather Alerts","index.php?config=&forecast=special&zipcode=55744","","","Special Weather Alerts",,,],
["|Live Weather","javascript:open('../../wxflash/index.htm','_blank')","","","Live Weather",,,],
["+   WeatherForum","/forum/index.php","","","Home","","","1",""],
["+   Weather Cams","","","","Weather Cams","","","1",""],
["|RapidsCam East","javascript:open_win('../../webcam/eastcam.asp',335,270,0,0,0,0,0,0,0,0,2,'cameast');","","","RapidsCam East",,,],
["|RapidsCam West","javascript:open_win('../../webcam/westcam.asp',367,270,0,0,0,0,0,0,0,0,3,'camwest');","","","RapidsCam West",,,],
["+   Weather Maps","","","","Weather Maps","","","1",""],

Delete + signs from your items:

["   Home","index.php","","","Home","","","1",""],
["   Current Weather","","","","Current Weather","","","1",""],
["|Hourly Forecast","index.php?forecast=avnmos&zipcode=55744&oc=mosview_option|forecast","","","Hourly Forecast",,,],
["|Warnings/Advisories","index.php?forecast=warnings&zipcode=55744","","","Warnings/Advisories",,,],
["|Special Weather Alerts","index.php?config=&forecast=special&zipcode=55744","","","Special Weather Alerts",,,],
["|Live Weather","javascript:open('../../wxflash/index.htm','_blank')","","","Live Weather",,,],
["   WeatherForum","/forum/index.php","","","Home","","","1",""],
["   Weather Cams","","","","Weather Cams","","","1",""],
["|RapidsCam East","javascript:open_win('../../webcam/eastcam.asp',335,270,0,0,0,0,0,0,0,0,2,'cameast');","","","RapidsCam East",,,],
["|RapidsCam West","javascript:open_win('../../webcam/westcam.asp',367,270,0,0,0,0,0,0,0,0,3,'camwest');","","","RapidsCam West",,,],
["   Weather Maps","","","","Weather Maps","","","1",""],

August 22, 2008

The up menu javascript gives the (first) menu of the top menu.

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

Q:

The popup menu gives the (first) menu of the
top menu. I need of course for this to be the menu of the popup.

A:

Installation of your up menu javascript is not correct.

Now you have:
1) There is no need to call dmenu_popup.js file. You should delete the
following line:
<script type=”text/javascript” language=”JavaScript1.2″ src=”dmenu_popup.js”></script>

2) Where you call source_pop.js file for Popup menu?
You should add:
<SCRIPT language=JavaScript1.2 src=”menu_files/source_pop.js”
type=text/javascript></SCRIPT>

3) The ID of your Popup menu is 1. Now you have ID - 0.
<img src=”testimage.gif” width=”200″ height=”200″ onClick=”return dm_popup(0, 9000, event);” style=”cursor:hand;”>

you should write:
<img src=”testimage.gif” width=”200″ height=”200″ onClick=”return
dm_popup(1, 9000, event);” style=”cursor:hand;”>

\title DESCRIPTION OF DELUXE MENU

  • Setup menu parameters manually or using
    Deluxe Tuner GUI interface. Then save your code in html page and your menu is
    ready!
  • Use one of the predefined templates

  • Powered by WordPress