I have not had any luck finding answers in the forums in regards to my problem.
I am trying to add a full screen background image that automatically resizes to fit the window.
I've uploaded an image to my Library and used the url in the CSS Editor with the following code:
#img.source-image {
background-image: url("http://iamjessenelson.files.wordpress.com/2011/12/thejessenelson.jpg");
width:100%;
position:absolute;
top:0;
left:0;
}
However, this code does not even produce a background image.
I have purchased the Custom Design Upgrade but am confused and having difficulty coding without seeing the actual code that the site is currently using. It's just a blank text box that I add random code to.
Any help is appreciated.
The blog I need help with is iamjessenelson.wordpress.com.