View Single Post
Unread 02-20-2008, 10:12 PM
KirtC KirtC is offline
Junior Member
Join Date: Feb 2008
Posts: 2
  #1  
Exclamation 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
Reply With Quote