DruckCSS Querformat

Larnhof

Mitglied
Hallo!
Da ich in CSS leider nicht so geübt bin bräuchte ich jetzt eine kleine Hilfe.
Hab in php ein script geschrieben und dazu ein vorgefertigte CSS bekommen und nun möchte ich das es vom Browser aus in querformat gedruckt wird.
Hab bereits gelesen das es irgendwie mit "size:landscape" funktionieren soll/kann aber nicht für jeden Browser. Ist das richtig?
Hier einmal das CSS:
Code:
<style type="text/css" media="print">
.hiflex_fixed_cell   { font-size:6pt; font-family:courier new,courier,terminal,fixed; color:black; background-color:ffffff;  }
.hiflex_copymark     { font-size:6pt; font-family:tahoma,arial,helvetica; color:0053A3; background-color:ffffff; font-weight:bold;  }
.hiflex_normal_cell  { font-size:6pt; font-family:tahoma,arial,helvetica; color:black; background-color:ffffff; size:landscape; } 
.hiflex_header_cell  { font-size:6pt; font-family:tahoma,arial,helvetica; color:black; background-color:CDEFFF; font-weight:bold;  } 
.hiflex_header_table { font-size:6pt; font-family:tahoma,arial,helvetica; color:black; background-color:FFFFFF; font-weight:bold;  }
.hiflex_small_cell  { font-size:8pt; font-family:tahoma,arial,helvetica; color:black; background-color:ffffff; size:landscape; } 
.hiflex_small_cell_yellow  { font-size:8pt; font-family:tahoma,arial,helvetica; color:black; background-color:ffffcc; } 
</style>

Vielen Dank schonmal im Voraus
Gruß
 
Hi,

hierfür stünde dir grundsätzlich size zur Verfügung, ist aber offensichtlich nicht in allen Browsern implementiert.

mfg Maik
 
Zurück