Tim: Navigationsleiste funktioniert nicht mehr

Hei hab d en großes Problem habheute bissle an meine hp rumgebastelt und aufeinmal funktioniert meine navi leiste nicht mehr  alle mit liste formatierten texte werdne im moziaal brwoser nicht mehr angezeigt und im i-explorer nur teilweise

hier mein style sheet

div#navi a, li{ font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
                font-size:12px;
                color:#000000;
                padding-left:4px;
                margin-top:0px;
                margin-bottom:0px;
                font-weight:bold;
                list-style-type:square;
                text-align:left;
                }

hier die html datei

<div id="navi">
<p>Service</p>
<li><a href="index.php" id="home" onfocus="if(this.blur) this.blur()">Home </a></li>
</div>

Im Mozilla wird hier nichts asugegeben im i-explorer wird nur der link ausgegeben das rechteck (listenformatierung) fehlt

was ist gfalsch

danke schon mal im vorraus

gruß tim

  1. Hallo Tim,

    <li><a href="index.php" id="home" onfocus="if(this.blur) this.blur()">Home </a></li>

    <li> - Elemente muessen unmittelbar in <ol> oder <ul> stehen.

    Gruß,

    Dieter

    1. Hallo Tim,

      <li><a href="index.php" id="home" onfocus="if(this.blur) this.blur()">Home </a></li>

      <li> - Elemente muessen unmittelbar in <ol> oder <ul> stehen.

      Gruß,

      Dieter

      funktineirt trotzdem nicht

      gruß tim