2014-02-21 64 views
1

打印HTML頁面時,我希望把自定義文本在標題中的所有打印頁面CSS頁面媒體目錄文檔

@page { 
    margin-top:5mm; 
    margin-bottom: 25mm; 
    margin-left: 30mm; 
    margin-right: 30mm; 

    @top-right{ 
     content: "Page title"; /* page title + current page count */ 
    } 
} 

打印時,在「頁面標題:頁頁次」不無論是在IE,也沒有任何顯示其他瀏覽器.. 我在做什麼錯?邊距確實有效,但不是@右上角。

+2

我從來沒有聽說過「@右上角」。這是圖書館或模板的一部分嗎? 「頁面標題」應該如何變成_Page標題:count_? –

回答