Search found 5 matches

by KS100004
Wed Aug 04, 2004 2:20 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Graphics show on one page but not another
Replies: 1
Views: 1952

I found my problem and fixed it. The graphic didn't get copied to the web server as I thoguht it did. Upon checking, it wasn't there, copied it up and all fixed.
by KS100004
Tue Aug 03, 2004 9:26 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Graphics show on one page but not another
Replies: 1
Views: 1952

Graphics show on one page but not another

All,

I've got two different pages setup the same way, although one shows the graphic arrows and the other does not.

The page that does not is: http://www.kevin-sholder.net/genealogy/ ... /index.htm

The page that does is: http://www.kevin-sholder.net/genealogy/data/index.htm

What am I missing ...
by KS100004
Fri May 28, 2004 4:16 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: New User - Paths to lower level files
Replies: 6
Views: 5161

Fred,

Perfect, that fixed it.

I guess the next question is why does the install.txt show:

The following is a sample menu that includes several menu items.

with(milonic=new menuname("mainmenu")){
style=myMenuStyle;
alwaysvisible=1;
left=10;
top=10;
aI("text=Home;url=/index.html;");
aI ...
by KS100004
Fri May 28, 2004 2:17 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: New User - Paths to lower level files
Replies: 6
Views: 5161

Thank you for the reply.

Yes, the path is how it would appear on the server. So why does it have a problem on my local box?

Kevin
by KS100004
Fri May 28, 2004 1:50 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: New User - Paths to lower level files
Replies: 6
Views: 5161

New User - Paths to lower level files

I'm just getting started with DHTML and have almost no experience with JavaScript, so here goes. I have the following path defined on a menu:

aI("text=Blooming Grove;url=/data/bloominggrove/index.htm;");

When I try and test this it looks for C:\data\bloominggrove\index.htm

Obviously this can't ...