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


enter image description here

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; 

enter image description here

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

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -