设置背景图片横竖平铺满,不随滚动而背景跟随滚动
<style type="text/css"> body { background-image:url(/i/eg_bg_02.gif); background-repeat:repeat-y repeat-x; background-attachment:fixed } </style>
设置背景图片横竖平铺满,不随滚动而背景跟随滚动
<style type="text/css"> body { background-image:url(/i/eg_bg_02.gif); background-repeat:repeat-y repeat-x; background-attachment:fixed } </style>