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.

http://i53.tinypic.com/2lu2o1l.jpg

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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -