Lothar: ul nicht eingerückt

Beitrag lesen

Moin ChrisB,
läuft nicht:

<style type="text/css">
    ul { margin-left:0px; }
  </style>
(FF macht gar nix anders, IE gibt keine Punkte mehr aus)

<style type="text/css">
    li { margin-left:0px; }
  </style>
(FF macht gar nix anders, IE macht gar nix anders)

<style type="text/css">
    ul, li { margin-left:0px; }
  </style>
(FF macht gar nix anders, IE zeigt keine Punkte)

Lothar