Wednesday, August 24, 2011

Footer Design1(created by webcr3ator)

/*------------------------------------Html Here----------------------------------------------------*/
<div id="footer">
        <div id="foot_content">
          <p class="footer_menu">
         <a href="#" title="Office Policies">Office Policies </a>
         <a href="#" title="Quick Help">Quick Help </a>
         <a href="#" title="Privacy Policy">Privacy Policy </a>
         <a href="#" title="Terms & Conditions">Terms & Conditions</a>
         <a href="#" title="Disclaimer"> Disclaimer</a>          
          </p>
       
        <p class="copyright">
        <a href="#" title="copyright 2011">&copy; copyright 2011</a>
        <a href="#" title="all rights reserved ">All rights reserved by VCM Inc.
        </p>
        </div>
    </div><!--e_of footer-->

 /*------------------------------CSS here--------------------------------------------*/

#footer
{
margin:0 auto;
width:680px;
height:80px;
overflow:hidden;

}
#foot_content{
    padding-top:15px;
}

#foot_content .footer_menu a{
    background:url(../images/nav_boder.jpg) no-repeat right;
    color:#bbbbbb;
    font-family:Verdana, Arial, Helvetica, sans-serif;   
    font-weight:normal;
    padding: 23px 11px;
    text-decoration:none;
   
    }
   
#foot_content .footer_menu a:last-child{
background:none;
}
.footer_menu a:hover{
    text-decoration:underline;
}
#foot_content .copyright{
    text-align:center;
   
}
#foot_content .copyright a{
    background:url(../images/nav_boder.jpg) no-repeat right;
    color:#bbbbbb;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
    padding: 0px 11px;
    line-height:32px;
    text-decoration:none;
    }
#foot_content .copyright a:last-child{
background:none;
}

#foot_content p #cl{
    background:none;
   
}



No comments: