Forum Moderators: not2easy

Message Too Old, No Replies

@page

waht does this mean? @page

         

campbelt

7:03 am on Jun 22, 2007 (gmt 0)

10+ Year Member



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)

10+ Year Member



@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)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



When in doubt, check out the CSS 2.1 Spec [w3.org]. :)