Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:31
Hiding menu on a printout
Poster: Andrew Harry
Dated: Friday September 23 2005 - 9:36:06 BST
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
Poster: Ruth
Dated: Sunday September 25 2005 - 6:09:08 BST
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