Search found 3 matches

by akabook
Wed Oct 24, 2007 5:45 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: hiding menu when printing
Replies: 5
Views: 3052

Re: hiding menu when printing

tried V5.576

No success :(

I have inserted a button into original sample page with class="mmenu" along with print style of course.
Button is not visible in printpreview but the menu is.
So style is set OK.

PS: To try it without printer you can install dummy printer and use browser's print preview ...
by akabook
Tue Oct 23, 2007 6:45 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: hiding menu when printing
Replies: 5
Views: 3052

Re: hiding menu when printing



Let me know if that fixes the issue. If not I'll have to post to Milonic for a solution



Tried that as well.
Can not remove menu from print.

source is downloaded from milonic samples as file "menu_sample46_ver5_785.zip" (Office 2003 menu style)
I have attached the modified index.htm and ...
by akabook
Tue Oct 23, 2007 2:43 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: hiding menu when printing
Replies: 5
Views: 3052

hiding menu when printing

Hi
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

<style type="text/css">
@media print {
.mmenu {
position:absolute;
display: none;
}
}
</style>


I have downloaded ...