jquery - Why my background image goes above when scroll the list? -

i have scrolling list on page repeating image background. problem when scroll list background image doesn't fill page. css is:
background: transparent url(images/background-screen.png) repeat 0 0 !important; 
have tried prevent background image scroll?
background-attachment:fixed; // cause default value "scroll"
in case:
background: transparent url(images/background-screen.png) repeat 0 0 fixed !important;
Comments
Post a Comment