PDA

View Full Version : Menu list printing in IE


KirtC
02-20-2008, 10:12 PM
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

KirtC
02-21-2008, 09:58 PM
I was missing a beginning <span> tag in my menu when there was a closing </span> tag. That messed things up in IE.