background-attachment屬性

.scroll { background-attachment: scroll; }

.fixed { background-attachment: fixed; }

.local { background-attachment: local; }

scroll和fixed 背景圖都會定住,文字和自己的scrollabar移動,
但是fixed會跟著外框的另一個scrollbar移動視角

local 背景和圖片都會依照自己的框移動

參考網站:http://lea.verou.me/2012/04/background-attachment-local/

Previous
Next Post »