Search found 12 matches

by lpotter
Thu May 12, 2005 4:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: menu and frames question
Replies: 8
Views: 5103

Can I send you a private message with the url for my menu page? It's not a public page.

It's just a webpage of my music collection for my private use, so I can remember what I own. The top level is A-Z and this menu is loaded in the left side frame. There are 26 choices in the top level menu.

The ...
by lpotter
Thu May 12, 2005 2:12 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: menu and frames question
Replies: 8
Views: 5103

I don't think it's caching....

I removed the menu file includes from one of the content frame html pages. That page loads in a flash and the other pages that do load into the content frame menus are very slow.

So I think it does not cache the javascript files. at least it looks that way to me ...
by lpotter
Tue May 10, 2005 6:15 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: menu and frames question
Replies: 8
Views: 5103

thanks - looks like it should work, but most of my menu content lies in the submenus and they will be loaded in each page, meaning the menu data still has to load on every page load, so I don't think this solution will help me speed loading the page as I was trying to accomplish
by lpotter
Tue May 10, 2005 3:58 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: menu and frames question
Replies: 8
Views: 5103

menu and frames question

I tried to search the forums, and could not find a clear answer.

I have a vertical menu setup in the left frame of a two frame layout. The menu will not open up into the right frame, making it useless in the frame. Can this be configured to cross the frame boundry?

The menu is large and deep and ...
by lpotter
Fri May 06, 2005 9:52 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: NOTE: aI("status=blah blah;...) IE good, Firebox bad.
Replies: 1
Views: 1841

NOTE: aI("status=blah blah;...) IE good, Firebox bad.

Just a note to let you know that the status= text does not appear in the status bar for Firebox, but works just fine on IE>

aI("status=blah blah;...) IE good, Firebox bad.
by lpotter
Thu May 05, 2005 11:02 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can _subOffset... be set on a per menu basis?
Replies: 1
Views: 1763

Can _subOffset... be set on a per menu basis?

Can these values be set on a per menu basis? I want one set of values for the top level menu and then another set for all submenus?

_subOffsetTop=-6;
_subOffsetLeft=-20;

Nothing I've tried has worked, but I've got so much help here in the past, it never hurts to ask!

NEVER MIND - a forum search ...
by lpotter
Tue Apr 19, 2005 10:46 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Highlighting the currently selected page and ANCHORS
Replies: 3
Views: 2918

If I use the menu to select a page, the menu highlights properly as I'd expect.

But if I select a LINK IN THE PAGE that takes me to another page (without the use of menu) the highlight DOES follow to the new page (really a cool thing)

UNLESS the link goes to an ANCHOR in the page, then the menu ...
by lpotter
Tue Apr 19, 2005 6:42 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Highlighting the currently selected page and ANCHORS
Replies: 3
Views: 2918

Menu Highlighting the currently selected page and ANCHORS

Refer to the Plain Text Horizontal Menu example to see what I'm describing if I don't explain it well enough.

I like the feature where the current selected page is highlighted in the menu, both at the menu level and at the page level.

There is one case where it does not work though.

If I have a ...
by lpotter
Tue Apr 19, 2005 6:36 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can Followscroll=1 work with menu inside a table cell?
Replies: 7
Views: 5224

The styles for the visible menu and for the tablespacer menu need to have the same parameters (other than coloring) so that the font size and type are the same so the tablespacer hidden menu is sized exactly the same as the longest line in the visible menu.

I do have one other problem though ...
by lpotter
Tue Apr 19, 2005 12:27 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can Followscroll=1 work with menu inside a table cell?
Replies: 7
Views: 5224

I had to make a seperate menu style for the tablespacer hidden menu with all the same properties as the main style to make the border hidden. It works neat. Thanks.
by lpotter
Mon Apr 18, 2005 10:45 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can Followscroll=1 work with menu inside a table cell?
Replies: 7
Views: 5224

Ruth, thanks so much for taking the time to help me with my question, and you've got a neat idea too.

It works! However I am having trouble removing the border from my tablespacer menu item. I've got all the other attributes set to the same color as the background, but I still see the menu border ...
by lpotter
Mon Apr 18, 2005 5:48 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can Followscroll=1 work with menu inside a table cell?
Replies: 7
Views: 5224

Can Followscroll=1 work with menu inside a table cell?

I've downloaded the sample for putting the menu inside a table cell and it works as expected.

I tried adding followscroll=1 to the code, but the menu will not scroll inside the table cell.

Can this be made to work?

I'm trying to put the vertical menu inside the left cell of a two cell table and ...