Menu list printing in IE
I have surrounded the menu list with a span that has a class I call "noprint". The definition of "noprint" is as follows:
@media print
{ .noprint
{ display: none;
}
}
Opera and Firefox seem to not print the menu just fine. IE is another matter. When I print a page in IE, sometimes it prints the list at the top of the page. Sometimes it does and sometimes it doesn't. What I want is for this list to never show up on printed pages from any browser.
Any ideas?
Thanks,
Kirt
|