How to align a DIV 40 pixels down (content is over a background image )

  • how to align a DIV 40 pixels down : the content is over the background image of footer2.
  • the div footertxt has to get down 40 pixels to be out of the way
    On the original design I tried a <footer> to place the content which proved me to be a nuisance to control. Then I made up my mind to replace it by footertxt.
    Hope to get some help from you. Thanks

.footertxt {}
.footer2{width:100%; height:100px; float:left; background-color:#ffcc00 ; background-image: url(…/images/webdes_bar1.gif);}
footer{width:100%; font-size:18px; }

<div class=“footer2”>
<!-- original <p class=“tagline_left”>–>
<div class=“footertxt”>
<p class=“tagline_left”>
mmKt <a href=“#”></a></p>
</div>
<br class=“clear” />
</div>
</body>
</html>