/* 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
