Hi,
How do I make a page like this - http://css-tricks.com/examples/FullPa… - in the editor?
I followed this guide - http://support.unbounce.com/entries/5… - but with this one the background fits all the page content.
I just want the background to fit the user’s browser window and stay constant, even if they scroll up or down.
I found this css code, but am having trouble make it work within unbounce;
#img.source-image {
width: 100%;
position: absolute;
top: 0;
left: 0;
}
Is this possible in unbounce?
Thanks,
-Suraj