Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Media print and its behavior
Message
De
02/08/2005 17:42:02
 
 
À
02/08/2005 16:51:42
Information générale
Forum:
Internet
Catégorie:
Stylesheet
Divers
Thread ID:
01037957
Message ID:
01037973
Vues:
25
Any possibility that a tag that references the header_hidden class is not properly terminated and is maybe causing the entire report to disappear?

>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?
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform