2014-03-05 47 views

回答

1

您可以使用background-position屬性爲中心的背景和重複值設置爲背景,背景:網址( 'yourimage')重複;

+0

背景:網址(pattern.png)中心中心;/*重複是默認*/ – JohanVdR

+0

@Sigma當然,我給了詳細的版本;) –

+0

這不會做我想做的。它將圖像垂直居中置於屏幕的頂部。我希望背景圖像始終在元素中間水平和垂直居中(無論是div還是body)。參見:http://codepen.io/ryanmclaughlin/pen/3ba02dcabedee91b09cf816d43d148c4 – Ryan

0
#pattern{ 
    background: url('pattern.jpg') center center; 
    /* other stuff here */ 
}