Search found 15 matches

by Streetwise
Sat Feb 05, 2005 4:30 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: What is the code to replace text with image?
Replies: 1
Views: 1986

What is the code to replace text with image?

aI("text=Menu Samples;showmenu=Samples;");

I'm thinking about bagging the limited broswer text for some small graphical text so I can use a nicer font. What is the code to use a small .gif instead of the text?

Thnanks

Dave
by Streetwise
Wed Jan 19, 2005 4:06 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Delete everything from menuitem array
Replies: 5
Views: 5263

(showing my ignorance here)

How does one use this code to remove items? Do I put it in a new page? If I have to ask, I probably shouldn't be thinking about using it :P

Dave
by Streetwise
Sun Jan 16, 2005 10:42 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: onbgcolor issue with FireFox
Replies: 2
Views: 2144

:oops:

Good catch. Thanks Ruth!!


Dave
by Streetwise
Sun Jan 16, 2005 10:39 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Issue with Mozilla
Replies: 3
Views: 2685

Thanks! I would have never found that one....

Dave
by Streetwise
Sun Jan 16, 2005 6:47 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Issue with Mozilla
Replies: 3
Views: 2685

Menu Issue with Mozilla

http://www.missionmeadows.org/new.php

I'm having an issue with this page not displaying any horizontal menu at all with Mozilla!?


What might I be doing wrong?

Thanks

Dave Anderosn
by Streetwise
Sun Jan 16, 2005 6:43 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: onbgcolor issue with FireFox
Replies: 2
Views: 2144

onbgcolor issue with FireFox

With FireFox, my onbgcolor doesn't seem to work until I actually mouse-over the dropdown menu. Any ideas?

http://www.missionmeadows.org/new.php

Thanks

Dave Anderson



with(subStyle=new mm_style()){
onclass="cssmouseon";
offclass="cssmouseoff";
offbgcolor="FFAA4B";
onbgcolor="#FFAA4B";
oncolor ...
by Streetwise
Thu Jan 13, 2005 3:38 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: CSS Alignment
Replies: 7
Views: 4706

Solved!

I discovered the issue:

Change this code:

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=220;
left=101;
alwaysvisible=1;
orientation="horizontal";


to this:

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=220;
alwaysvisible=1;
orientation="horizontal ...
by Streetwise
Wed Jan 12, 2005 1:04 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: CSS Alignment
Replies: 7
Views: 4706

Yes, I do have the calls in an align=left div so that the submenus would be left justified. However, even without putting the calls into the div tag, it still has alignment issues like I described in my earlier post.

It almost sounds like the CSS approach is more trouble than it's worth? I'm still ...
by Streetwise
Wed Jan 12, 2005 4:18 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: onfunction / offfunction examples for sound?
Replies: 1
Views: 1879

onfunction / offfunction examples for sound?

I can't seem to find much on the use of sound on mouseovers, excep one link that is dead (http://www.milonic.com/menu/menusample.php?sampleid=20)

Could someone post a sample of what an onfunction= and offfunction= might look like to play a file 'click.mp3' each time someone mouses over the menu ...
by Streetwise
Wed Jan 12, 2005 3:48 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Direct read of menu_data.js in browser security risk???
Replies: 2
Views: 2603

Direct read of menu_data.js in browser security risk???

If I 'view source' to my page, I see that there are some .js files in the root directory. So it I then type my site (mysite.com/menu_data.js) in my browser, I instantly see all of the menu code.

Is that a big security concern? Is there a way to put the .js files in a folder and somehow deny access ...
by Streetwise
Wed Jan 12, 2005 3:43 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: CSS Alignment
Replies: 7
Views: 4706

http://www.missionmeadows.org/new.php

Thanks for the help!

I moved the .js files to the body tag and it seems to work better. Here are a few more questions:

IE6:
Nav is not aligned properly, however submenus work great!

FireFox:
Nav is aligned perfectly. If I mess with alignement for IE6, then I ...
by Streetwise
Tue Jan 11, 2005 5:03 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Transparency settings
Replies: 1
Views: 2036

Transparency settings

http://www.missionmeadows.org/new.php

Is it possible to leave offbgcolor="transparent" for the main menu, but then have a separate offbgcolor for the submenu?

Also, I understand that FireFox doesn't respond to the overfilter and outfilter commands? Is that correct?

Last of all (this may be a ...
by Streetwise
Tue Jan 11, 2005 12:16 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: CSS Alignment
Replies: 7
Views: 4706

Okay, I'm starting to understand it all now. I found the 'howtobuild.txt' file and that's a great help with style objects! Looks like I can add many different parameters...

Also, I got the menu to look good in IE, with the exception of those dang sub-menus...

1) How do I fix the submenu placement ...
by Streetwise
Mon Jan 10, 2005 1:21 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: CSS Alignment
Replies: 7
Views: 4706

CSS Alignment

http://www.missionmeadows.org/new.php

I've gotten the menu to center fairly well (in FireFox) using CSS and 'auto' for right and left alignment, with a 700px width (same as the banner). However, it's still not quite right. How do I 'stretch' the nav to fit the space and have it perfectly centered ...