Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:54
.mmenu Class not hiding all collapsible menus in CSS __at__ print?
Poster: sajelect
Dated: Saturday September 16 2006 - 21:50:03 BST
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:
Code:
<style type="text/css">
__at__ media print {
.mmenu {
position:absolute;
display: none;
}
}
</style>
__at__ media print {
.mmenu {
position:absolute;
display: none;
}
}
</style>
See default milonic collapsible menu with a CSS __at__ print directive
http://www.thebroadcastshop.com/local/scripts/menu/menunew/collapse10/
Any other ideas?
Thanks,
Jason
Poster: sajelect
Dated: Tuesday September 19 2006 - 15:22:15 BST
I raised a support ticket with milonic and received the following response which does take care of the problem.
Code:
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; }
.treeBranch { DISPLAY: none; POSITION: absolute; }