Read more

Repeat an element on every printed page with CSS

Henning Koch
January 11, 2012Software engineer at makandra GmbH

Firefox, Opera and Internet Explorer will repeat elements with position: fixed on every printed page (see attached example).

Illustration book lover

Growing Rails Applications in Practice

Check out our e-book. Learn to structure large Ruby on Rails codebases with the tools you already know and love.

  • Introduce design conventions for controllers and user-facing models
  • Create a system for growth
  • Build applications to last
Read more Show archive.org snapshot

The internet knows no way to do this in Webkit browsers (Chrome, Safari). These browsers will only render the element on the first printed page.

Posted by Henning Koch to makandra dev (2012-01-11 14:14)