Fixed Background Scrolls on Dreamweaver
I'm working on a site and I want a fixed background-attachment. It seems to work fine when I run it off of the server, but for some reason when I am running it off Dreamweaver's Real Time Preview in Chrome, the background scrolls opposite of the web page. This is an odd quirk that I've only seen in Dreamweaver, but it works fine on all other browsers when it is run off the server. Thoughts?
Code is appropriate: body{ background: url("backgrounds/tree_lined2.jpg") fixed; }
HTML just shows <body class="container">
I also tried separating and explicitly defining background-image and background-attachment and it still didn't make a difference.
