How to include image to header (as well as content) in CSS? -


on my website have included background (on contact page). when put in background not cover header. has done on main page not on contact page? have tried use

#sitewrapper{   background-image: url("http://static.squarespace.com/static/545d45afe4b08eea0ac65e7a/t/54612b8ae4b0ca233d43bdee/1415654282657/website%20background%20trees.png");   background-repeat: no-repeat;   background-size: 100%; } 

so here, puts background in , fits screen background-size: 100%; has put on content. have tried put background on body has put behind content. main goal try , include background header content (like home page). - thanks

try setting background image on #site element instead.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -