Ver Mensaje Individual
  #7 (permalink)  
Antiguo 06/12/2011, 19:31
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 16 años, 10 meses
Puntos: 1567
Respuesta: como puedo modificar la distancia list-style-image:url('sqpurple.gif')

te tendría que funcionar con tan solo darle un padding-left

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <title>titulo</title>
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6. <style type="text/css">
  7. ul {
  8. list-style-image: url('bullet_on.png');
  9. }
  10. ul li {
  11. padding-left: 150px;
  12. }
  13. </head>
  14. <ul>
  15. <li>Coffee</li>
  16. <li>Tea</li>
  17. <li>Coca Cola</li>
  18. </ul>
  19. </body>
  20. </html>

Estoy editando el post para comentarte, no tenes que poner magin-left sino padding-left

Saludos
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.

Última edición por emprear; 06/12/2011 a las 19:40 Razón: agregado