Forum How do I...?

Changing images per page

kheitmann
Is there any way to change (background) images per page, i.e. on page 1 image 1, on page 2 image 2 etc?

--Kai Heitmann

mikeday
You can do this:
@page:nth(1) { background: ... }
@page:nth(2) { background: ... }
...