Matthias Apsel: header, footer nicht mehr auf jeder gedruckten Seite

Beitrag lesen

Hallo Matthias Apsel,

Allerdings dürften dann header und footer über dem Inhalt liegen, was auch nicht schön ist.

@media print {
  header {
    position: fixed;
    top: 0;
  }
  footer {
    position: fixed;
    bottom: 0;
  }
  main {
    margin: /* */
    box-decoration-break: clone;
  }
}

Bis demnächst
Matthias

--
Du kannst das Projekt SELFHTML unterstützen,
indem du bei Amazon-Einkäufen Amazon smile (Was ist das?) nutzt.