Ver Mensaje Individual
  #4 (permalink)  
Antiguo 01/03/2006, 22:54
Avatar de kahlito
kahlito
Colaborador
 
Fecha de Ingreso: marzo-2003
Ubicación: En el Estrecho y el mar
Mensajes: 2.936
Antigüedad: 21 años, 1 mes
Puntos: 65
Hola Necros.

Es necesario en tu diseño "float:left" ?, suponiendo que no te hace falta si lo quitas en tu último código te deben de ir perfectamente

Código HTML:
<style type="text/css">
ul.list {
display: inline;
width: 2em; /* width is changed */
margin: 0;
padding: 0;
list-style: none;
color: #454545;
}
li.list {
display: inline;
width: 2em;
margin: 0;
background-image: url(../img/icons/Blue/ui_misc/more.gif);
background-position: 0 3px;
background-repeat: no-repeat;
padding: 0 0 0 1.5em;
color: #454545;
}
</style> 
Saludosss