Search found 15 matches

by timmyboy
Thu Jan 02, 2003 9:42 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: 'Floating Menu's'
Replies: 5
Views: 17184

To answer your question, no, I probably can't help you with those, Andy and Co. would probably have to step in with these. As for what I know, when my menus have been too long I've split them from the second to a third tier. I've never seen one that has the scroll bar like you ask but perhaps. I thi...
by timmyboy
Thu Jan 02, 2003 3:57 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: 'Floating Menu's'
Replies: 5
Views: 17184

If by "floating" you mean to make it follow the page up and down when the user scrolls, it is possible and is in the menu style array. (the same addmenu function where you add you horizontal menu items.) It's the eleventh element, right before the horizontal/vertical variable, and should b...
by timmyboy
Tue Dec 17, 2002 6:44 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu over my form with a twist.
Replies: 7
Views: 5459

Andy took care of the problem with the latest version of the menu (3.5.11). I do appreciate your taking a look at my issue though.

~ tim <><
by timmyboy
Tue Dec 17, 2002 6:37 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Arrow images don't appear when uploaded
Replies: 2
Views: 2780

Ignorance can sometimes be a virtue, don't worry about it. With your image problem it's hard to say exactly what's going on without seeing that portion of your code. Whenever I have had the issue of the arrow images not showing up when I moved my files, it always turned out that I hadn't used a rela...
by timmyboy
Mon Dec 16, 2002 5:21 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu over my form with a twist.
Replies: 7
Views: 5459

I realize that the submenues work very well but I've tested it in multiple browsers and OS's and all of them had similar results. With the link provided, try and position the menu items "News sites", "Webmaster", and "Downloads" over top of the "Testing Testing Tes...
by timmyboy
Thu Dec 12, 2002 10:50 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu over my form with a twist.
Replies: 7
Views: 5459

Here is a link showing what I'm having trouble with. I took the code from the forms example and made one change: made the menu follow the scroll. You'll notice that the submenu's work fine but the "base" has some trouble with the drop down form element. http://www.geocities.com/timothytcli...
by timmyboy
Tue Dec 03, 2002 10:29 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu over my form with a twist.
Replies: 7
Views: 5459

While the example explains the method to keep the form elements between the div tags below the drop down portion of the menu, this is not my problem. My submenus work very well with the form elements. It fails to address the main part of the menu, I'll call it the base for lack of a better term, if ...
by timmyboy
Tue Dec 03, 2002 4:03 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu over my form with a twist.
Replies: 7
Views: 5459

Menu over my form with a twist.

The site I'm developing is not live so I can't give a url as of yet, but hopefully this explanation will do. I have a form on my page in a div tag labeled "contact." The drop down portion of the menu (v. 3.5.10) works like a champ appearing over the form elements seamlessly. The "twis...
by timmyboy
Wed Oct 23, 2002 3:25 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu overlap with text & images
Replies: 5
Views: 3791

I belive the problem is that, at least on the example page the poster has up, the copyright text is under the menu (change the text size to the largest size and you'll see the text.) One way that I've kept my information from interfering with the menu is to make a table with a top cell that is the h...
by timmyboy
Wed Oct 16, 2002 1:57 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Transparent Menu when using IE6
Replies: 2
Views: 2585

I had the same thing happen, nice feature but not the look I was going for at the time. Open up the menu array js file that is appearing faded. look for a line that looks like this effect2 = "Alpha( style=0,opacity=65)" The effect name and the values may be different, but that is the file ...
by timmyboy
Fri Sep 06, 2002 9:43 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Submenus, unable to display simple html pages
Replies: 7
Views: 5551

In the project I'm working on I have two copies of the site on my machine both a little different because they were prepared for different servers, and one on a shared drive for the customer to review. All of the pages have both a top and side menu, the top menu being consistant site-wide and the si...
by timmyboy
Fri Sep 06, 2002 9:39 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Submenus, unable to display simple html pages
Replies: 7
Views: 5551

In the project I'm working on I have two copies of the site on my machine both a little different because they were prepared for different servers, and one on a shared drive for the customer to review. All of the pages have both a top and side menu, the top menu being consistant site-wide and the si...
by timmyboy
Thu Aug 29, 2002 8:32 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Flash in the menu?
Replies: 1
Views: 2732

I was reading through the posts and saw yours. I made a post yesterday that dealt with this same topic. It is possible to include flash in the menu. Just as you would embed an object. Take the <object> and <embed> coding from the published flash content, take out all of the quotes and insert it at t...
by timmyboy
Wed Aug 28, 2002 8:42 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: NEWS - FLASH!!!
Replies: 4
Views: 4650

I'm working on a contract right now that I chose the Milonic Menu for and they wanted a "flashy logo" and scrolling news. I found that Javascript when included in DHTML didn't work in all browsers but flash did, so I put the Flash inside the Milonic sidemenu. It didn't work initially but t...
by timmyboy
Wed Aug 28, 2002 5:37 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Suggestion: Setting to Stop the menu scrolling down the page
Replies: 5
Views: 4860

Have you tried keeping the menu contained in a table? I haven't worked a lot with that but if you footer was below the table it *should* keep your menu off of your informaiton.

~ tim <><