I found a page (I'll PM the link if asked) that uses @page as a css selector, but I've never seen it before and don't know what it means.
Anyone in here know what @page means?
zackattack
12:05 pm on Jun 22, 2007 (gmt 0)
@page is specifically for printing, unfortunatly it is not fully supported by internet explorer. That is what this means, if you are looking for print style sheet solutions, you would be best off using an external style sheet with media set to print, like this: <link rel="stylesheet" type="text/css" href="/print.css" media="print" />
ZA
Fotiman
2:17 pm on Jun 22, 2007 (gmt 0)
When in doubt, check out the CSS 2.1 Spec [w3.org]. :)