Search found 7 matches

by jhilden
Wed Oct 12, 2005 4:15 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: preload images question
Replies: 1
Views: 2039

preload images question

I just ran across your prelaodmenuimages.js bolt-on and I'm a big fan, but I have a quick question about it.

calling drawMenus() before we call <script language="JavaScript1.2" type="text/javascript" src="/js/menu/preloadmenuimages.js"></script> doesn't make sense to me.

If we are preloading the ...
by jhilden
Tue Oct 11, 2005 8:33 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: popup() function issue
Replies: 3
Views: 3140

Ok, I found a hack around the problem.


function show_logout_menu(onOff) {
var menuNum = getMenuByName("logout_menu");
_m[menuNum][10] = onOff;//turn keepalive onOff
if (onOff == 1) {
popup("logout_menu");//show logout menu
}
else {
//show the menu again and then hide it right away
//don ...
by jhilden
Tue Oct 11, 2005 7:20 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: popup() function issue
Replies: 3
Views: 3140

Ok, I did some more digging and I believe that I have found an error with the menu system.

The error is this: if you show a window using the popup() function in IE, and then click anywhere other than the viewing window (for example you minimize the window and bring it back again), when you then ...
by jhilden
Tue Oct 11, 2005 5:08 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: popup() function issue
Replies: 3
Views: 3140

popup() function issue

Here's my menu:

with(milonic=new menuname("logout_menu")){
alwaysvisible=0;
followscroll=1;
border=5;
left=0;
margin=0;
orientation="horizontal";
style=ScrollingSampStyle;
menuwidth="100%";
menuheight="100%";
top=0;
overfilter="Alpha(opacity=75);";
menualign="right";
aI("text ...
by jhilden
Tue Oct 11, 2005 4:29 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE6 menu over form causes form to be unreadable/uneditable
Replies: 3
Views: 3400

Shap you are awesome! I was working way too hard here.

For anyone else with my problem, set alwaysvisable=0, then when you want the menu to display call popup("menu_name"). When you want the menu to disappear again call popdown("menu_name").

Thanks again!!
by jhilden
Tue Oct 11, 2005 4:21 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE6 menu over form causes form to be unreadable/uneditable
Replies: 3
Views: 3400

Ahhhh......everytime I take one step forward I take another step back!

Alright, when I define my menu if I set alwaysvisable = 0; the menu shows and hides without a problem, and I can see the form elements when the menu disappears.

BUT....only the background of the menu is visable, it's as though ...
by jhilden
Mon Oct 10, 2005 11:30 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE6 menu over form causes form to be unreadable/uneditable
Replies: 3
Views: 3400

IE6 menu over form causes form to be unreadable/uneditable

Here's my menu code:

with(ScrollingSampStyle=new mm_style()){
bordercolor="transparent";
borderstyle="transparent";
offbgcolor="#E2DBE9";
onbgcolor="#E2DBE9";
oncolor="#8363A7";
offcolor="#8363A7";
borderwidth=0;
fontfamily="Tahoma,Helvetica,Verdana";
fontsize="70%";
fontstyle="normal ...