Search found 4 matches
- Tue Sep 19, 2006 3:23 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: showmenusbyurl Bug? when 2 menuitems are a pagematch
- Replies: 2
- Views: 2318
- Tue Sep 19, 2006 3:22 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: .mmenu Class not hiding all collapsible menus in CSS @print?
- Replies: 1
- Views: 2074
I raised a support ticket with milonic and received the following response which does take care of the problem.
Code: Select all
With regards to the printing, treemenus have their class names changed so you need to add this to your CSS:
.treeBranch { DISPLAY: none; POSITION: absolute; }
- Sat Sep 16, 2006 9:50 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: .mmenu Class not hiding all collapsible menus in CSS @print?
- Replies: 1
- Views: 2074
.mmenu Class not hiding all collapsible menus in CSS @print?
The .mmenu class doesn't seem to hide all open menus when using a collapsible menu. It hides the main menu, but any opened submenus still print?
I have the following CSS in the head tag on the page:
<style type="text/css">
@media print {
.mmenu {
position:absolute;
display: none;
}
}
</style ...
I have the following CSS in the head tag on the page:
<style type="text/css">
@media print {
.mmenu {
position:absolute;
display: none;
}
}
</style ...
- Sat Sep 16, 2006 8:59 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: showmenusbyurl Bug? when 2 menuitems are a pagematch
- Replies: 2
- Views: 2318
showmenusbyurl Bug? when 2 menuitems are a pagematch
showmenusbyurl.js does not seem to work when there are 2 items in the same submenu that match--- milonic highlights the menu items correctly (using pagecolor), but that specific menu does not open? It only seems to work if there are 1 or 3 page matching items (using url or the actual patchmatch ...