Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/11/2008, 07:34
Avatar de willyfc
willyfc
 
Fecha de Ingreso: octubre-2008
Ubicación: Santa Cruz - Bolivia
Mensajes: 662
Antigüedad: 15 años, 6 meses
Puntos: 40
Respuesta: no puedo quitar margin o padding de <li>

lo que tienes que utilizar es line-height

por ejemplo:

Código:
#footer ul li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding:0;
line-height: 15px
}
la medida del line-height la acomodas según necesites.

Espero te sirva.....creditos Mikmoro