Sto facendo alcuni test...
Usando questo non cambia nulla:
codice:
<html>
<head>
<style rel="stylesheet" type="text/css">
ol {
list-style-type: decimal;
}
</style>
</head>
<body>
- <li style="height:16px;">link01
<li style="height:16px;">link02
<li style="height:16px;">link03
</body>
</html>
Idem con questo (ho provato con ul anche se non sarebbe corretto, ma con IE non si sa mai):
codice:
<html>
<head>
<style rel="stylesheet" type="text/css">
ul {
list-style-type: decimal;
}
</style>
</head>
<body>
<ul>
<li style="height:16px;">link01
<li style="height:16px;">link02
<li style="height:16px;">link03[/list]
</body>
</html>
Nemmeno incrementare di volta in volta l'elenco... TSK TSK