Hi everyone
Please I would really appreciate if someone could help with a code on how to add an image to a footer using css:
Here's is my footer code:
CSS:
#footer { width:920px; margin:0 auto; background:url(../../images/footer.png) }
.footer-cities { padding:15px 10px 10px 20px; border-bottom:1px dotted #fff }
.footer-cities-holder { padding:0 0 0 10px}
.footer-cities dd { float:left; width:146px; }
.footer-cities span { display:block; font-size:10px; color:#fff; margin:0 0 1px 0}
.footer-cities span a { color:#fff; background:url(../../images/li_cities.png) no-repeat 0 2px; padding:0 0 0px 11px; }
.footer-cities h4 { color:#fff; margin:0 0 4px 0; font-size:11px }
.footer-links { font-size:11px; color:#fff; padding:14px 0 14px 10px; float:left; width:70% }
.footer-link-op { display:inline; padding:0 10px; border-right:1px solid #fff; }
.footer-link-op-last { border:none; }
.footer-link-op a { color:#fff; }
.footer-copyright { padding:14px 10px 14px 0px; color:#fff; font-size:11px; float:right; width:25%}
.footer-holder { margin:0 10px 0 0}
.footer-links-copyright { }
I would like the footer to look like the attached image illustration: