Search found 17 matches

by cpriest
Thu Dec 09, 2004 6:51 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Multiple Column Vertical Menus - Code Sample Working
Replies: 3
Views: 6344

Sure, go ahead, that's why I posted it. :)
by cpriest
Fri Oct 22, 2004 7:55 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Multiple Column Vertical Menus - Code Sample Working
Replies: 3
Views: 6344

Multiple Column Vertical Menus - Code Sample Working

I've been unable to find any way to do this with milonic's code so I decided to write it myself. The following code will allow you to show multiple columns of vertical menus, using milonic's code:

Example Working Page: THE ORIGINAL PAGE PROVIDED BY CPRIEST HAS BEEN REMOVED, I created a page to show ...
by cpriest
Fri Oct 22, 2004 4:43 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Multiple-Column Submenu
Replies: 1
Views: 2185

Is there any solution to getting multiple-columns per menu?
by cpriest
Wed Oct 20, 2004 1:59 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: The Incredible Shrinking Menu
Replies: 3
Views: 3655

Hmm I've searched around a bit for this, couldn't find anything. Incidentely I did follow these directions when I initially setup this menu, the web pages indicate that while its touchy to do the menu like this, it does work if I follow the directions, which I've done.

Anyone else have any ...
by cpriest
Tue Oct 19, 2004 3:36 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Multiple-Column Submenu
Replies: 1
Views: 2185

Multiple-Column Submenu

Is there a supported way of creating a multiple-column submenu? Something like this:

Menu -\
Item 1 | Item 2
Item 3 | Item 4
Item 5 | Item 6

So on...? I know of the text=<table> way but that disables the mouseover features of the menu system which I need...

Are there any other solutions?
by cpriest
Tue Oct 19, 2004 3:25 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: The Incredible Shrinking Menu
Replies: 3
Views: 3655

The Incredible Shrinking Menu

http://216.22.14.142/page.header.php

If you constantly shrink and expand the width of the browse window the menu keeps shrinking 1 pixel at a time. This is with IE 6.0 xpsp2, don't know about other browsers.

Yes I realize that the page.header.php file is not a complete html file, it will work for ...
by cpriest
Sun Sep 19, 2004 5:32 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: coding question...
Replies: 2
Views: 2638

It does, thank you!
by cpriest
Sun Sep 19, 2004 6:31 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: coding question...
Replies: 2
Views: 2638

coding question...

Hey all, so I define a menuStyle and then use code like this:

with(milonic=new menuname("My Portfolios")){
style=menuStyle;
margin=style.margin;
style.subimage="/res/menu.arrow.right.gif";
style.subimagepadding="3";


The last two lines actually end up modifying the menuStyle object, which ...
by cpriest
Fri Sep 17, 2004 12:51 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE Horizontal Scroll Bar Problem
Replies: 16
Views: 11497

Everything but the main menu is out of the table....

Can I load the submenu's at the end of the page w/o a problem?
by cpriest
Thu Sep 16, 2004 4:39 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE Horizontal Scroll Bar Problem
Replies: 16
Views: 11497

It does run pretty slow when compared to before. I had < 1 second load times before, now its 3-5 seconds to load the whole page...

Do you have any tips for speeding things up?
by cpriest
Wed Sep 15, 2004 4:08 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE Horizontal Scroll Bar Problem
Replies: 16
Views: 11497

I see, so is the key problem here the fact that drawMenus() is creating the menu (layers?) within that table cell? So the sub-menu's need to be created outside of the table cell..?

-Clint
by cpriest
Tue Sep 14, 2004 6:31 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: padding-left? identation?
Replies: 4
Views: 4169

padding-left? identation?

I've looked through the files but couldn't find an answer...

Is there any way I can indent a menu item with some property?
by cpriest
Tue Sep 14, 2004 6:13 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE Horizontal Scroll Bar Problem
Replies: 16
Views: 11497

Update... The Horizontal Scrollbar problem is back.

Its not on the original page, but it is on another page which includes now a second menu bar...

http://216.22.14.142/admin/admin.page.header.php

If you play with the menus a bit, you'll notice that atleast one of the menu's changes width and ...
by cpriest
Tue Sep 14, 2004 4:04 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE Horizontal Scroll Bar Problem
Replies: 16
Views: 11497

I see, that would be because this is a page header and meant to be included in other more complete pages.

Normally this page does not include the <HEAD> information either, I included that only so that viewing the page on its own would show correctly.

At any rate, its all working fine now.
by cpriest
Tue Sep 14, 2004 2:23 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE Horizontal Scroll Bar Problem
Replies: 16
Views: 11497

Hey the fix works great, there is another issue I just noticed with the new version though (may have been in the old version).

If you make the window wider and smaller over and over the menu's width keeps shrinking until it is a small as it can go to fit all of the text.

Not a huge issue I don't ...
by cpriest
Tue Sep 14, 2004 2:07 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE Horizontal Scroll Bar Problem
Replies: 16
Views: 11497

Hey John,

I'm not really sure what you're talking about, I've been coding HTML for about 10 years and I see nothing wrong with the HTML in this page, what do you find to be a problem?
by cpriest
Mon Sep 13, 2004 6:44 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE Horizontal Scroll Bar Problem
Replies: 16
Views: 11497

IE Horizontal Scroll Bar Problem

Hello all,

I just purchased the DHTML Menu, using the latest version and I'm having a problem with the horizontal scroll bar for the main window.

The main web page scroll bar is showing and is wider than it should be. I have nothing on the page except for the menu system...

What am I doing wrong ...