I don't have the custom CSS yet, but I am trying some things as a test. The main issue I'm having is that I want the background to dynamically resize as the person's screen is bigger/smaller. I have the code that I know will work.
html {<br />
background: url(images/bg.jpg) no-repeat center center fixed;<br />
-webkit-background-size: cover;<br />
-moz-background-size: cover;<br />
-o-background-size: cover;<br />
background-size: cover;<br />
}<br />
However, when I insert it, it just messes up the background. making it all black. Where should I insert it in the Mystique theme? Should I still have the background set in the html tag, or should I move it somewhere else? If you want a demo of how it should work, go to http://css-tricks.com/examples/FullPageBackgroundImage/progressive.php
Thanks! :-)
The blog I need help with is webosaursgang.net.