Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Media print and its behavior
Message
De
02/08/2005 16:51:42
 
 
À
Tous
Information générale
Forum:
Internet
Catégorie:
Stylesheet
Titre:
Media print and its behavior
Divers
Thread ID:
01037957
Message ID:
01037957
Vues:
89
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform