[Ovillo] Problema con una lista

Ramón Corominas listas en ramoncorominas.com
Jue Mayo 22 16:53:35 UTC 2008


¿Y no te vale usar comentarios condicionales...? Algo así:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>Listas</title>
<!--[if IE]>
 <style type="text/css">
dl {
    margin-top: -1.0em;
    margin-bottom: 0;
}
 </style>
<![endif]-->
</head>
<body>

<ul><li class="uno"><!-- sin separación para que no se vaya el punto -->
    <dl>
      <dt>Modelo</dt>
      <dd>Novedades</dd>
    </dl>
  </li>
  <li class="dos">
    <dl>
      <dt>Modelo</dt>
      <dd>Novedades</dd>
    </dl>
  </li>
</ul>

</body>
</html>



Más información sobre la lista de distribución Ovillo