Ultimate Web Site Drop Down Menu Forum

Ultimate Web Site Drop Down Menu Forum (http://www.udm4.com/forum/index.php)
-   CSS and HTML (http://www.udm4.com/forum/forumdisplay.php?f=8)
-   -   Menu list printing in IE (http://www.udm4.com/forum/showthread.php?t=949)

KirtC 02-20-2008 10:12 PM

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

KirtC 02-21-2008 09:58 PM

Solved
 
I was missing a beginning <span> tag in my menu when there was a closing </span> tag. That messed things up in IE.


All times are GMT. The time now is 07:59 AM.

Powered by vBulletin® Version 3.0.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.