I'm having trouble hiding menu when printing pages.
Tried this in IE7 and FireFox 2.0.0.8
Using DHTML Menu Version 5.785
I have tried to include in the page header
Code: Select all
<style type="text/css">
@media print {
.mmenu {
position:absolute;
display: none;
}
}
</style>
changed only <head> tag in Index.htm to add this printing style
It does not help. Menu is present on paper.
I have gone so far that i added
onbeforeprint="closeallMenus()"
without success I must say

Can you help me regarding this issue?