That being said, I am trying to develop this layout.
I do not have the skill set yet to make the whole site responsive, but i'm ok with that. I can get the background image to be responsive using this:
HTML Code:
html{ background: url(http://www.larrymeansforsenate.com/wp-content/uploads/2014/03/background.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
I don't know. I'm seriously confused about all this and am in real need of assistance.
Thanks!