css - Text on footer Bar -
my website url http://www.hentaireader.com
at bottom right corner, wish put small link on red footer bar.
i have created simple image of wish do.

how can achieve this??
the code on page disaster. said have remove http://www.hentaireader.com/images/bar.gif image html , use css create background-image.
something similar required...
css:
#footer-bar { width:100%; background-color:#f40000; background-image: url(http://www.hentaireader.com/images/bar.gif); background-position:top center; background-repeat:no-repeat; text-align: right; margin-bottom: 10px; } #footer-bar ul { width: 950px; height: 30px; margin-left: auto; margin-right: auto; position: relative; left: 0px; top: 0px; } #footer-bar li { display: inline; line-height: 30px; margin-left: 6px; } #footer-bar li { color: #ffffff; } html:
<div id="footer"> <div id="footer-bar"> <ul> <li><a href="#">contact</a></li> <li><a href="#">another link</a></li> </ul> </div> characters on hentaireader.com purely fictional , 18+ years of age. </div><!--- footer ---> look here... http://jsfiddle.net/b8xh7/1/
Comments
Post a Comment