Search found 6 matches

by gummyworms
Sat Feb 12, 2005 4:42 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Odd shifting behavior
Replies: 8
Views: 4904

Wow. That fixed it. Why do you think the DOCtype was doing that?
by gummyworms
Thu Feb 10, 2005 3:30 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Odd shifting behavior
Replies: 8
Views: 4904

Yeah, I think I found out how to make the menu faster.

I have several pages where I use the menu, and I pull this portion into each page with a php require() function:

<script>
with(milonic=new menuname("Main Menu")){
style=mainMenu;
top=0;
left=0;
alwaysvisible=1;
orientation="horizontal ...
by gummyworms
Wed Feb 09, 2005 11:55 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Odd shifting behavior
Replies: 8
Views: 4904

Hello,

Sorry about the license issue. There was a slight administrative delay between when the site needed to launch and when the administrative department could get the license paid for. I just purchased a license today for the http://www.chem.wisc.edu domain.

I also upgraded to 5.711 today, and ...
by gummyworms
Tue Feb 08, 2005 11:41 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Odd shifting behavior
Replies: 8
Views: 4904

Odd shifting behavior

Hello,

I am using the Milonic menu with one of the new websites I'm building. The menu is contained within a table, and if the size of the window is smaller than the width of the table. I get a weird shifting effect.

Try this:

Go here: http://www.chem.wisc.edu/
Make your window <800px
Mouse over ...
by gummyworms
Wed Jan 12, 2005 3:00 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Files in different directories, keep multiple menu copies?
Replies: 2
Views: 2748

Ahhh...I think I found the answer using an extra "/"

/people/page.php

instead of

people/page.php

which brings me to another question. I don't have the directory I'm working in at the very root of the server, because there are many other files on the server. Is there a way to make the server ...
by gummyworms
Wed Jan 12, 2005 2:51 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Files in different directories, keep multiple menu copies?
Replies: 2
Views: 2748

Files in different directories, keep multiple menu copies?

Hello,

I was wondering how you guys deal with having your files in different directories.

I want to keep the paths relative, so that links work online and offline, but since I have different directories, does this mean that I have to have a seperate menu_data.js for each different directory level ...