Ver Mensaje Individual
  #4 (permalink)  
Antiguo 16/04/2009, 13:44
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 aparece mi list-style en FF ni Opera

si ya habiamos hablado de este tema, pero ahora no lo recuerdo, así sugiero que pruebes esto:

Código html:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  4. <title>Documento sin t&iacute;tulo</title>
  5. <style type="text/css">
  6. ul{ list-style:none;}
  7. li{border-bottom:#999999 dotted thin; display:block; width:170px;background:url(arrow.gif) no-repeat 0 5px; padding-left:15px}
  8. </head>
  9.  
  10.  
  11. <ul>
  12.     <li>Aqui va algo</li>
  13.     <li>Aqui va algo</li>
  14.     <li>Aqui va algo</li>
  15. </ul>
  16. </body>
  17. </html>

espero te sirva, la otra es utilizar la técnica de Mik. A ver si te sirve una de esas dos, avisas
__________________
WFC
codigo82