hi, Iam using a dhtml menu, that i wish to hide when printing. The rest of my page is hidden during print by css and div tags. But this menu wont hide and is the very last obstacle for a successful 'print version'....
There are also some other things you may want to add to the print CSS ot make sure both the menu and the space for it on the page don't print in ANY browser.
Set it's height and width to 1px, set overflow: hidden: Also if there are any other elements contained in the section you dont wish to print remember to target those in the css also.
Bookmarks