Hiding menu on a printout

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
Andrew Harry
Beginner
Beginner
Posts: 1
Joined: Fri Sep 23, 2005 9:24 am

Hiding menu on a printout

Post by Andrew Harry »

I'm trying to hide the menuwhen I do a printout of a page. So far using

/* Turn off the dynamic menu on printout */
#nnewsb, #el0, #el1,#el2,#el3, #el4,#el5,#el6,#el7 {
visibility : hidden;
}

in the css stylesheet for media=print means that the top menu does not appear when I do a printout, unfortunately the drop down boxes still do appear and I haven't found the div id name for these, so if a drop down has been opened it appears on the printout.

Can anyone advise me what the id for these divs is?

Thanks
Andy 8)
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

You'll need to do a search. Version 3 no longer has active support it's been out of development for two years, maybe more. Try searching using the term print, and set the the search for Archived Version 3 and the bottom one to Version 3 Only. I do remember there was some function about hiding menus when printing.

Ruth
Post Reply