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 ...
Search found 1 match
- Fri Sep 23, 2005 9:36 am
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Hiding menu on a printout
- Replies: 1
- Views: 17819