Is it possible to to add a background image in the html?
here is my fiddle i need it on the "container div"
I also need the background to stretch across the canvas can i do this in the css??
<div id="profile-container">
<div id="fixed-header"></div>
<div class="container" style="background: url("../../img/followers/followers-tabs.png") no-repeat 0 0px;"></div>
<div class="sticky-header">This needs to be fixed when hits top of screen</div>
<div class="img">needs to be smooth</div>
<div class="img"></div>
<div class="img"></div>
</div>
Cheers