I mentioned this on the mailing list but it bears repeating.
Create a file named hideprint.css and put the following line in it:
Then, in your pages using the menu, add the following line into the
<HEAD> section:
Code: Select all
<link href="hideprint.css" rel="stylesheet" media="print" type="text/css" />
Do
not redo this stylesheet link using the
<STYLE>@import url(filename.ext)</style> method. NN4 needs to use this stylesheet, otherwise an obscure bug in NN4 causes some pages with Milonic menus to print as blank pages.
Whoops, looks like Andy already covered this one:
http://milonic.com/forum/viewtopic.php?p=8383#8383