Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- css footer text overlapped


jynx - 1:58 am on Jun 23, 2008 (gmt 0)


#footer {
background: #fff;
margin: 0;
border: 1px;
padding: 5px;
/*width: 100%; /*For KHTML*/
height: 15px;
list-style: none;
text-align : center;
clear:both;
}
#footer ul {
padding: 0px;
font : 0.7em/0.7em Helvetica, Verdana, Arial, sans-serif;
}

#footer li {
margin: 0;
padding: 0px;
float: left;
display : inline;
padding-left: 10px;
padding-right : 10px;
border: 1px solid #fff;
border-right-color: #000;
}

#footer a:link, #right a:visited {
text-decoration : none;
color : #000;
}

#footer a:hover {
text-decoration : underline;
color : #fff;
}

#footer a:active {
text-decoration : none;
color : #fff;
}

thats the css

and now the html
...
<!-- START footer -->
<div id="footer">
<ul>
<li>Copyright 2008 Summit Private Capital Group</li>
<li><a href="#">Sitemap</a></li>
<li><a href="#">Designed by BA</a></li>
</ul>
</div> <!-- END footer -->
</div> <!-- END page -->


Thread source:: http://www.webmasterworld.com/css/3680877.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com