Search found 7 matches

by gzip
Fri Aug 12, 2005 11:08 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Disable pagematch for specific items?
Replies: 8
Views: 4425

Sure thing.

Code: Select all

with(milonic=new menuname("grad")){
    aI("text=Course Descriptions;url=/courses/grad.php?grad;");
}
with(milonic=new menuname("courses")){
    aI("text=Course Descriptions;url=/courses/grad.php;");
}
by gzip
Fri Aug 12, 2005 10:33 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Disable pagematch for specific items?
Replies: 8
Views: 4425

Thanks Ruth. I've come up with a simple solution, I wish I would have thought of it earlier. I just added an arbitrary query string to one of the menu items so it doesn't page match under the other (i.e. index.html and index.html?other).
by gzip
Fri Aug 12, 2005 8:22 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Disable pagematch for specific items?
Replies: 8
Views: 4425

After all this time it turns out that nomatch doesn't work! It was simply tacking on "nomatch;" to the end of the url= option, therefore not matching that url under one of the menus.

I still need a way to achieve the no match functionality!
by gzip
Tue Jul 05, 2005 8:12 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: subimage and css problem
Replies: 3
Views: 2646

external css subimage bug?

Thanks, that steered me in the right direction. I didn't realize I could apply classes to indivdual items. Rather than applying a class to the item with no subimage, I applied a class to the items *with* subimages so that they match the rest of the menu.

If I double the intended padding for the ...
by gzip
Thu Jun 30, 2005 10:41 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: subimage and css problem
Replies: 3
Views: 2646

subimage and css problem

My styles are in an external style sheet. I'm having a problem where the padding collapses when the subimage option is present, but is fine otherwise. How do I fix it?

see: http://beta.geog.ucsb.edu/ (under Academics)

Relevant JS & CSS Follows:
with(subStyle=new mm_style()){
offclass="submenu ...
by gzip
Thu Jun 30, 2005 10:08 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Disable pagematch for specific items?
Replies: 8
Views: 4425

Hi Ruth. The nomatch option works! I didn't try it because it sounded like it wasn't implemented yet, but it looks like it is now. Maybe it should be added to the documentation? Thanks.
by gzip
Thu Jun 30, 2005 7:24 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Disable pagematch for specific items?
Replies: 8
Views: 4425

Disable pagematch for specific items?

Hi. I have a few pages that are linked under two of my top level categories. The problem is that both categories get highlighted when I go to those pages. I only want pagematch to work under one top level category and ignore the other. I've tried the following with no success.

pagematch=/null ...