G
Gan Forr
Hi...I've got this problem...I hope somebody will help me....
I have this ordered list and I want every element of the list aligned
to the left border of the containing div, just like the text above and
below.
In firefox works perfectly, but in IE every element of the list is
slightly on the left of where I want it to be.
Thank You
Here's the code:
---------------------------------------------
<html>
<head>
<style>
div.normal
{
position:absolute; left:10px;
border:1px solid #404040;
font-family:Verdana;
font-weight:bold;
font-size:10px;
padding: 4px;
text-align:left;
}
ol {
list-style-type:lower-alpha;
list-style-type:lower-alpha;
margin:0 0 0 1em;
padding:0 0 0 1em;
}
</style>
</head>
<body>
<div class='normal'>
<br />Allora, prima di tutto, vediamo cosa ci serve.
<ol><br />
<li>Un certo numero di quotidiani (la carta di quotidiano è la
migliore per la cartapesta - se non li leggete, iniziate a farlo)</li>
<li>Una bacinella</li>
<li>Un paio di tonnellate di colla vinilica D)</li>
<li>Filo di ferro (o qualcos'altro se vi vengono altre idee); quello
che ho usato io è spesso circa 1,5mm</li>
<li>Nastro adesivo di carta</li>
</ol><br />Adesso vediamo i passi principali:</div>
</body>
</html>
I have this ordered list and I want every element of the list aligned
to the left border of the containing div, just like the text above and
below.
In firefox works perfectly, but in IE every element of the list is
slightly on the left of where I want it to be.
Thank You
Here's the code:
---------------------------------------------
<html>
<head>
<style>
div.normal
{
position:absolute; left:10px;
border:1px solid #404040;
font-family:Verdana;
font-weight:bold;
font-size:10px;
padding: 4px;
text-align:left;
}
ol {
list-style-type:lower-alpha;
list-style-type:lower-alpha;
margin:0 0 0 1em;
padding:0 0 0 1em;
}
</style>
</head>
<body>
<div class='normal'>
<br />Allora, prima di tutto, vediamo cosa ci serve.
<ol><br />
<li>Un certo numero di quotidiani (la carta di quotidiano è la
migliore per la cartapesta - se non li leggete, iniziate a farlo)</li>
<li>Una bacinella</li>
<li>Un paio di tonnellate di colla vinilica D)</li>
<li>Filo di ferro (o qualcos'altro se vi vengono altre idee); quello
che ho usato io è spesso circa 1,5mm</li>
<li>Nastro adesivo di carta</li>
</ol><br />Adesso vediamo i passi principali:</div>
</body>
</html>