Having problems with DHTML Menu? There is usually somebody here who knows the answer.
sajelect
Beginner
Posts: 4 Joined: Tue Jun 10, 2003 5:58 pm
Post
by sajelect » Sat Sep 16, 2006 9:50 pm
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: Select all
<style type="text/css">
@media print {
.mmenu {
position:absolute;
display: none;
}
}
</style>
See default milonic collapsible menu with a CSS @ print directive
http://www.thebroadcastshop.com/local/s ... ollapse10/
Any other ideas?
Thanks,
Jason
sajelect
Beginner
Posts: 4 Joined: Tue Jun 10, 2003 5:58 pm
Post
by sajelect » Tue Sep 19, 2006 3:22 pm
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; }