Hi!
I try to do this:
I have an element, and i want the background image to be all over the background.
e.g.
<div id="mydiv">
</div>
#mydiv{width:100%; height:100%;background:url(images/image1.jpg) no-repeat; background-size:cover;}
If i want, to do this:
<div id="mydiv">
<img...