Ver Mensaje Individual
  #11 (permalink)  
Antiguo 13/11/2005, 13:10
Jorolo
 
Fecha de Ingreso: octubre-2005
Mensajes: 536
Antigüedad: 18 años, 6 meses
Puntos: 1
Hola MaXaC.

Con CSS2.
Código:
<STYLE type="text/css">
.lista {
	list-style-type: none;
	}

 .lista LI:before { 
   	      display: marker;
	      content: url("../img/bullet.gif");
      }
 </STYLE>
Con CSS1.

Seguramente podrias apañarte con un:
list-style-position: inside;