Buenas, tengo el siguiente problemita:
Deberian aparecer las imagenes solo en el <li> pero en vez de eso aparecen en los links.
Código css:
Ver original/* footer */
#footer-wrap {
clear: both;
width: 920px;
text-align: left;
padding: 0; margin: 0;
background: url(images/system/techjunkie/footer-bottom.gif) no-repeat left bottom;
}
#footer-content {
width: 920px;
background: url(images/system/techjunkie/footer-top-sep.gif) no-repeat;
padding: 30px 0 35px 0;
}
#footer-wrap p {
padding:10px 0;
}
#footer-wrap h3 {
color: #145F94;
margin: 0;
padding: 5px 0 5px 10px;
text-transform: uppercase;
}
#footer-wrap a:hover {
color: #000;
text-decoration: none;
}
#footer-columns {
color: #888;
margin: 0 auto;
padding: 0;
width: 800px;
}
#latests_users_list li {
background:url(images/system/user.png) no-repeat left;
}
#latests_journals_list li {
background:url(images/system/book.png) no-repeat left;
}
#latests_images_list li {
background:url(images/system/picture.png) no-repeat left;
}
#footer-columns ul {
list-style: none;
margin: 0;
padding: 0;
border-top: 1px solid #BFD286;
}
#footer-columns li {
border-bottom: 1px solid #CCDA9E;
padding-left: 18px;
}
#footer-columns li a {
font-weight: normal;
width: 96%;
color: #666666;
}
#footer-columns .col3, .col3-center {
float: left;
width: 32%;
}
#footer-columns .col3-center {
margin: 0 15px;
}
Código html:
Ver original<!-- footer starts -->
<div id="footer-wrap"><div id="footer-content">
<div id="footer-columns"> <ul id="latests_users_list"> <li><a href="http://localhost/KL6G56PD8P/user/view/many">many
</a></li> <li><a href="http://localhost/KL6G56PD8P/user/view/blaya">blaya
</a></li>
<li><a href="http://localhost/KL6G56PD8P/user/view/seinkraft">seinkraft
</a></li>
<div class="col3-center"> <ul id="latests_journals_list"> <li><a href="http://localhost/KL6G56PD8P/journal/view/V91q3rhzaK" title="Posted by blaya">Un titulo largo…
</a> by
<a href="http://localhost/KL6G56PD8P/user/view/blaya">blaya
</a></li>
<li><a href="http://localhost/KL6G56PD8P/journal/view/oaEmPmZQEQ" title="Posted by seinkraft">No los tiene mas
</a> by
<a href="http://localhost/KL6G56PD8P/user/view/seinkraft">seinkraft
</a></li> <li><a href="http://localhost/KL6G56PD8P/journal/view/xs2L4l8VNu" title="Posted by blaya">Mis cinco centimos…
</a> by
<a href="http://localhost/KL6G56PD8P/user/view/blaya">blaya
</a></li> <li><a href="http://localhost/KL6G56PD8P/journal/view/utqsDd8KiN" title="Posted by seinkraft">Segundo Journal
</a> by
<a href="http://localhost/KL6G56PD8P/user/view/seinkraft">seinkraft
</a></li>
<li><a href="http://localhost/KL6G56PD8P/journal/view/b3C8MllbCD" title="Posted by seinkraft">Me aburro
</a> by
<a href="http://localhost/KL6G56PD8P/user/view/seinkraft">seinkraft
</a></li>
<ul id="latests_images_list">
<li><a href="http://localhost/KL6G56PD8P/image/view/b23eFthe57" title="Posted by seinkraft">Sleeping in the…
</a> by
<a href="http://localhost/KL6G56PD8P/user/view/seinkraft">seinkraft
</a></li> <!-- footer-columns ends -->
Design by:
<a href="http://www.styleshout.com/">styleshout
</a> |
Execution Time: 0.1653 - Used Memory: 1.94MB
</p>
<!-- footer ends-->