Re: Printing context menu also
2007/10/24 15:40
Viewed 9470 times
Replies: 0/0

I think there's a simple solution. Try including the following CSS somewhere in your page style:

@media print {
div.dynarch-popup-menu { display: none }
}
Google