Is there a way to make the middle content container scroll independantly over a static background image? Thanks for all your help!
Making the middle container scroll independantly of the background image?
(3 posts) (3 voices)-
Posted 2 years ago #
-
did you ever found out how to di it?
Posted 2 years ago # -
add fixed to the background image, like this:
body { background: #f9f9f9 url(images/flowers-butterflies.gif) no-repeat fixed center top; }
Posted 2 years ago #
Reply
You must log in to post.