Css Ordered List problem FF and IE

Css Ordered List problem FF and IE

am 29.01.2008 00:50:14 von 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:
---------------------------------------------







Allora, prima di tutto, vediamo cosa ci serve.


  1. Un certo numero di quotidiani (la carta di quotidiano =E8 la
    migliore per la cartapesta - se non li leggete, iniziate a farlo)

  2. Una bacinella

  3. Un paio di tonnellate di colla vinilica (:D)

  4. Filo di ferro (o qualcos'altro se vi vengono altre idee); quello
    che ho usato io =E8 spesso circa 1,5mm

  5. Nastro adesivo di carta


Adesso vediamo i passi principali:


Re: Css Ordered List problem FF and IE

am 29.01.2008 02:21:37 von SigelsTankMage

ok first of all stop using internal style sheets. cut and paste your
css into a separate text document and save it as style.css

now put this code inbetween the tags like this:



href=3D"style.css" />



now make a new text document called "ie6.css" or "ie7.css" and
copypasta all your css from your style.css document and make changes
accordingly for ie6 or 7 so that your page displays proper.

now put this in your header:



href=3D"style.css" />







On Jan 28, 5:50=A0pm, Gan Forr wrote:
> 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:
> ---------------------------------------------
>
>
>
>
>
>


>
Allora, prima di tutto, vediamo cosa ci serve.
>


    >
  1. Un certo numero di quotidiani (la carta di quotidiano =E8 la
    > migliore per la cartapesta - se non li leggete, iniziate a farlo)

  2. >
  3. Una bacinella

  4. >
  5. Un paio di tonnellate di colla vinilica (:D)

  6. >
  7. Filo di ferro (o qualcos'altro se vi vengono altre idee); quello
    > che ho usato io =E8 spesso circa 1,5mm

  8. >
  9. Nastro adesivo di carta

  10. >

Adesso vediamo i passi principali:

>
>

Re: Css Ordered List problem FF and IE

am 29.01.2008 09:14:41 von Gan Forr

SigelsTankM, first of all, thanks for your reply.

I do have a separate style sheet actually, but this is not my real
page, it's just a portion of the text I have to display with the
relative style. I put everything together to make the code easier to
read.

Do I have exactly put something like