Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Media print and its behavior
Message
From
02/08/2005 16:51:42
 
 
To
All
General information
Forum:
Internet
Category:
Stylesheet
Title:
Media print and its behavior
Miscellaneous
Thread ID:
01037957
Message ID:
01037957
Views:
90
I have the following style for some printing issues:
@media print
{

   .PrintReport
   {
      Font-Face: Courier New, Courier, mono;
      Font-Size: 8px;
   }


   .Header_Hidden
   {
      Visibility: Hidden;
      Display: None;
   }

}

@media screen
{

   .PrintReport
   {
      Font-Face: Courier New, Courier, mono;
      Font-Size: 12px;
   }

}
This works well in Print Preview. The font size for the class PrintReport is adjusted when in Print Preview and some sections are hidden for those that I have defined a Header_Hidden class.

However, when I print, I loose all that. Basically, nothing works when I print. Anybody would know what I am missing?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform